diff options
author | Richard Levitte <levitte@openssl.org> | 2001-04-04 15:51:35 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-04-04 15:51:35 +0200 |
commit | 5a16d270abdb09b9889272a158f6dfff918b6e5a (patch) | |
tree | 40e9b395d4afbe396037e8a2932b49b536baf1e6 /makevms.com | |
parent | Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent li... (diff) | |
download | openssl-5a16d270abdb09b9889272a158f6dfff918b6e5a.tar.xz openssl-5a16d270abdb09b9889272a158f6dfff918b6e5a.zip |
OpenVMS/Alpha should use 64 bits. If nothing else, there's
performance to gain.
Diffstat (limited to 'makevms.com')
-rwxr-xr-x | makevms.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makevms.com b/makevms.com index 8c4a4e63cd..b8452a6616 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" |