Hello,
> > I may suggest looking in crypto/opensslconf.h header file and
> > check how BIGNUM building is defined. There should be only define:
> > #define THIRTY_TWO_BIT
> > and no SIXTY_FOUR_BIT*
> >
>
> It's properly defined. There goes my wild guess. Any idea why I'm
> failing a "make test
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola
> Sent: Tuesday, January 16, 2007 5:16 PM
> To: openssl-users@openssl.org
> Subject: Re: Compiling on Unisys SVR4, part 2
>
> Hello,
> > How does one disabl
Hello,
> How does one disable all 64-bit encryption codecs in OpenSSL? The OS is
> staunchly 32-bit and doesn't have a "long long". I asked Perl already,
> and it says no, doesn't have it.
I may suggest looking in crypto/opensslconf.h header file and check
how BIGNUM building is defined. There sh
...Or, as I say, as the CPU churns...
How does one disable all 64-bit encryption codecs in OpenSSL? The OS is
staunchly 32-bit and doesn't have a "long long". I asked Perl already,
and it says no, doesn't have it.
--
Kelly A Price
IT Application Development
Maryland Transit Administration
Th
3:20 AM
To: openssl-users@openssl.org
Subject: RE: Compiling on Unisys SVR4
Hello,
> Even removing it doesn't solve the issue.
SHA512 performs its calculation on eight 64-bit long state variables.
This variables are defined in structure SHA512_CTX of SHA_LONG64 type (h
vector).
Type SHA
Hello,
> Even removing it doesn't solve the issue.
SHA512 performs its calculation on eight 64-bit long
state variables. This variables are defined in structure
SHA512_CTX of SHA_LONG64 type (h vector).
Type SHA_LONG64 is machine dependent and should be
defianed as unsigned EXACTLY 64-bit long.
Fo
l.org
Subject: Re: Compiling on Unisys SVR4
Hello,
> This is what I get for trying to get OpenSSH running on an old Unisys
> SVR4 box. This after a: ./Configure cc -DNO_STRINGS_H
> -DOPENSSL_NO_SSH512
I think that this should be: OPENSSL_NO_SHA512
Best regards,
--
Marek Marcola <
Hello,
> This is what I get for trying to get OpenSSH running on an old Unisys
> SVR4 box. This after a: ./Configure cc -DNO_STRINGS_H
> -DOPENSSL_NO_SSH512
I think that this should be: OPENSSL_NO_SHA512
Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>
This is what I get for trying to get OpenSSH running on an old Unisys
SVR4 box. This after a: ./Configure cc -DNO_STRINGS_H
-DOPENSSL_NO_SSH512
making all in crypto/sha...
cc -I.. -I../.. -I../../include -DNO_STRINGS_H
-DOPENSSL_NO_SSH512 -O -c sha_dgst.c "../../include/openssl/sha.h",
l