diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/crypto/arch/i386/opensslconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/crypto/arch/i386/opensslconf.h b/src/lib/libssl/crypto/arch/i386/opensslconf.h index a222ec1007..91993d7a3f 100644 --- a/src/lib/libssl/crypto/arch/i386/opensslconf.h +++ b/src/lib/libssl/crypto/arch/i386/opensslconf.h | |||
@@ -146,7 +146,7 @@ | |||
146 | /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a | 146 | /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a |
147 | * %20 speed up (longs are 8 bytes, int's are 4). */ | 147 | * %20 speed up (longs are 8 bytes, int's are 4). */ |
148 | #ifndef DES_LONG | 148 | #ifndef DES_LONG |
149 | #define DES_LONG unsigned long | 149 | #define DES_LONG unsigned int |
150 | #endif | 150 | #endif |
151 | #endif | 151 | #endif |
152 | 152 | ||