On 10 April 2014 07:54, chetan <[email protected]> wrote: > I write a code like this. but when i compile it show's error "Undefined > EVP_PKEY_derive". > what is the reason for that?
What version of openssl are you using? EVP_PKEY_derive is only in OpenSSL 1.0.0 and later versions. Matt ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
