> libcrypto.a(rsa_eay.o)(.text+0x138):rsa_eay.c: undefined reference to
> `RSA_padding_add_PKCS1_OAEP'
>  
> I've searched through all sources, but it's not found anywhere.

It's in crypto/rsa/rsa_oaep.c

Maybe you're using a DOS filesystem which can't keep rsa_oaep.c and
rsa_oaep_test.c in the same directory. In that case, remove the test
file.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to