From: Richard Levitte Date: Fri, 9 Mar 2001 15:27:41 +0000 (+0000) Subject: Use 32bit longs on Alpha as well, because that's what the VMS X-Git-Tag: OpenSSL-engine-0_9_6a-beta2~3^2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83d0e5e512b827270897fa300e38c82f1a8c05d9;p=openssl Use 32bit longs on Alpha as well, because that's what the VMS assembler code works with. Of course, the assembler code could differ between platforms. That might happen in the future. --- diff --git a/makevms.com b/makevms.com index b8452a6616..8c4a4e63cd 100755 --- a/makevms.com +++ b/makevms.com @@ -280,8 +280,8 @@ $! $ WRITE H_FILE "#if defined(HEADER_BN_H)" $ WRITE H_FILE "#undef SIXTY_FOUR_BIT_LONG" $ WRITE H_FILE "#undef SIXTY_FOUR_BIT" -$ WRITE H_FILE "#define SIXTY_FOUR_BIT" $ WRITE H_FILE "#undef THIRTY_TWO_BIT" +$ WRITE H_FILE "#define THIRTY_TWO_BIT" $ WRITE H_FILE "#undef SIXTEEN_BIT" $ WRITE H_FILE "#undef EIGHT_BIT" $ WRITE H_FILE "#endif"