On Mon, 17 Jan 2000, Ulf Möller wrote:

:> 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.

This must be the single exception to the 8.3 naming rule you're so
careful about.

BTW. pkcs8.c is found in two places. In ./apps and ./crypto/asn1.
This causes trouble when my (and others?) makefiles put all objects
in same directory.

BTW2. After compiling 0.9.5-SNAPSHOT16012000, more undefined have crept
up; SHA_Init, SHA1_Init, SHA_Final, SHA1_Final etc. Is this also caused
by long file-names?

Gisle V.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to