Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto Prefer SIXTY_FOUR_BI...
details: https://anonhg.NetBSD.org/src/rev/ab83cdee4a80
branches: trunk
changeset: 780942:ab83cdee4a80
user: christos <christos%NetBSD.org@localhost>
date: Sun Aug 12 17:24:59 2012 +0000
description:
Prefer SIXTY_FOUR_BIT_LONG instead of SIXTY_FOUR_BIT as before
diffstat:
crypto/external/bsd/openssl/dist/crypto/opensslconf.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 5b17b9f0e361 -r ab83cdee4a80 crypto/external/bsd/openssl/dist/crypto/opensslconf.h
--- a/crypto/external/bsd/openssl/dist/crypto/opensslconf.h Sun Aug 12 17:21:29 2012 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/opensslconf.h Sun Aug 12 17:24:59 2012 +0000
@@ -151,8 +151,8 @@
/* Only one for the following should be defined */
#ifdef _LP64
-#undef SIXTY_FOUR_BIT_LONG
-#define SIXTY_FOUR_BIT
+#define SIXTY_FOUR_BIT_LONG
+#undef SIXTY_FOUR_BIT
#undef THIRTY_TWO_BIT
#else
#undef SIXTY_FOUR_BIT_LONG
Home |
Main Index |
Thread Index |
Old Index