This will probably just muddy the waters regarding the:

des_xcbc_encrypt encrypt error

but here goes.....

I've been trying to port the library to a WANG XTS-300 running the STOP
operating system. It runs a UNIX emulator and a MetaWare "High C" compiler.
(you think you have a "Sadistic C Compiler" !) It's a Pentium II based
system.

I've gotten it to compile and pass all the tests except for the above
des_xcbc error. So far I've gotten nowhere toward figuring it out and am
actually now trying to decide if I really need that capability anyway.
(yeah, the lazy way out...)

I used the following in Configure:

"stop",         "cc:-DTERMIO -DL_ENDIAN::(unknown):
-lsocket -lcass:DES_UNROLL:::",

It's a stretch (there's only about 8 million things we have different in our
respective environments) but maybe Gisle Vanem and I are using the same
options that are somehow related to the failure.  


Deb

Deborah Hansknecht
Sandia National Laboratories
PO Box 5800, MS 0806
Albuquerque, NM 87185-0806
505 844-6532

-----Original Message-----
From: Ulf Möller [mailto:[EMAIL PROTECTED]]
Sent: January 19, 2000 10:20 AM
To: [EMAIL PROTECTED]
Subject: Re: Undefined reference


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]

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

Reply via email to