Re: [openssl.org #1092] openssl-0.9.8-beta3 on ULTRIX 4.5 (/bin/sh)

2005-06-02 Thread Bernhard Simon via RT
Environment: openssl-0.9.8-beta3, ULTRIX 4.5, default shell /bin/sh has no builtin test and /bin/test does not understand -x. I wonder if you could be so kind and answer few questions? How does your /bin/sh handle if [ ... ] or [ ... ] || ... ? Does it execute /bin/[ or /bin/test

[openssl.org #1091] openssl-0.9.8-beta3 on ULTRIX 4.5 (gcc)

2005-06-01 Thread Bernhard Simon via RT
Environment: openssl-0.9.8-beta3, ULTRIX 4.5, ultrix-gcc (gcc 2.95.3) On this platform, gcc 2.95.3 supports 64-bit integer. To enable SHA512 (and avoid the undefined BN_ULLONG problem in pqueue.c) only the following change was necessary: - Configure (line 497, insert BN_LLONG)

[openssl.org #1092] openssl-0.9.8-beta3 on ULTRIX 4.5 (/bin/sh)

2005-06-01 Thread Bernhard Simon via RT
Environment: openssl-0.9.8-beta3, ULTRIX 4.5, default shell ULTRIX's default shell (/bin/sh) is a bit special, so I don't expect to get this fixed. But for reference (and because these problems only exist since openssl-0.9.7f) I'll report them: (1) test -x unsupported (util/opensslwrap.sh) #

[openssl.org #1086] openssl-0.9.8-beta3 on ULTRIX 4.5 (cc)

2005-05-31 Thread Bernhard Simon via RT
Environment: openssl-0.9.8-beta3, ULTRIX 4.5, ultrix-cc - crypto/sha/sha512.c fails to compile cc -I.. -I../.. -I../../include -DZLIB ... -DL_ENDIAN -c sha512.c cfe: Error: sha512.c, line 61: Syntax Error c-h[0]=0xcbbb9d5dc1059ed8ULL ; ^