summaryrefslogtreecommitdiffstats
path: root/makevms.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-09 15:27:41 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-09 15:27:41 +0000
commit83d0e5e512b827270897fa300e38c82f1a8c05d9 (patch)
tree9e53cf5c677cabf21b6f1fc8e354459ba727024d /makevms.com
parent4e20b1a65628c299d078f8658787a2203171a285 (diff)
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.
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com2
1 files changed, 1 insertions, 1 deletions
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"