A compiling question
I tried to use <openssl/evp.h> and included it in the program, but when compiling it, I got the information like this:
In function main, undefined reference to 'EVP_CIPHER_CTX_init'....
I saw openssl library folder exsiting in /lib/ and have all the .h file in it, but why can't the program reference to them? how can I solve this?
Waiting to your reply and thank you so much!
|