I was compiling some code I found on the internet and I was given the error
calcCookie.c:1050: warning: ‘HMAC’ is deprecated (declared at /usr/include/openssl/hmac.h:103) calcCookie.c:1050: warning: ‘EVP_sha1’ is deprecated (declared at /usr/include/openssl/evp.h:666)
when I googled the libraries I couldn't find anything about the symbols being deprecated, I just found a reference to the symbols I used.
http://www.openssl.org/docs/crypto/hmac.html etc.
Do you have any tricks/websites that you can use to find the replacement for deprecated symbols?