On Wed, Jan 19, 2000 at 04:48:38PM +0100, Gisle Vanem wrote:

> Sorry for the false alarm. After recompiling with correct rsa_oaep.c,
> all test-programs compiled fine (no more unresolved functions). I still
> don't see where e.g. SHA_Init() is implemented.

HASH_INIT() in sha_locl.h becomes SHA_Init() in sha1dgst.o by some clever
preprocessor directives. (That's because the same code is also used for
SHA0.)

> >> des_xcbc_encrypt encrypt error

> If his normal or an known error? AFAIK des_xcbc_encrypt() only comes in
> C (no asm-version). I use gcc 2.95.2 (djgpp version) with these CFLAGS:

It's not known. Can anyone try this with gcc 2.95.2 on a Unix-based Intel
machine?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to