mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Actually, C on VMS/Alpha knows very well what a long long is, and
knows how to make use of it. So let's stop pretending the Alpha doesn't know long long...
This commit is contained in:
parent
2c288b2a7e
commit
abee01c6f8
@ -274,6 +274,7 @@ $ WRITE H_FILE "#define DES_UNROLL"
|
||||
$ WRITE H_FILE "#endif"
|
||||
$!
|
||||
$ WRITE H_FILE "#if defined(HEADER_BN_H)"
|
||||
$ WRITE H_FILE "#define BN_LLONG"
|
||||
$ WRITE H_FILE "#undef SIXTY_FOUR_BIT_LONG"
|
||||
$ WRITE H_FILE "#undef SIXTY_FOUR_BIT"
|
||||
$ WRITE H_FILE "#define SIXTY_FOUR_BIT"
|
||||
@ -308,6 +309,7 @@ $ WRITE H_FILE "#undef DES_UNROLL"
|
||||
$ WRITE H_FILE "#endif"
|
||||
$!
|
||||
$ WRITE H_FILE "#if defined(HEADER_BN_H)"
|
||||
$ WRITE H_FILE "#undef BN_LLONG"
|
||||
$ WRITE H_FILE "#undef SIXTY_FOUR_BIT_LONG"
|
||||
$ WRITE H_FILE "#undef SIXTY_FOUR_BIT"
|
||||
$ WRITE H_FILE "#undef THIRTY_TWO_BIT"
|
||||
|
Loading…
Reference in New Issue
Block a user