diff options
author | tb <> | 2025-06-09 15:34:35 +0000 |
---|---|---|
committer | tb <> | 2025-06-09 15:34:35 +0000 |
commit | 86d4a3901b4b7a296c359eb4e02c0f9cbf7649d3 (patch) | |
tree | 4319451efa305d49d6731213d866a97fc09899ea /src | |
parent | aebc753f454ae74fa2cf0f2a53f3ad3eaf7886d3 (diff) | |
download | openbsd-86d4a3901b4b7a296c359eb4e02c0f9cbf7649d3.tar.gz openbsd-86d4a3901b4b7a296c359eb4e02c0f9cbf7649d3.tar.bz2 openbsd-86d4a3901b4b7a296c359eb4e02c0f9cbf7649d3.zip |
one DES_LONG hid in arch/sh/opensslconf.h
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/arch/sh/opensslconf.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h index 57e562d776..ee2111390a 100644 --- a/src/lib/libcrypto/arch/sh/opensslconf.h +++ b/src/lib/libcrypto/arch/sh/opensslconf.h | |||
@@ -22,14 +22,6 @@ | |||
22 | #endif | 22 | #endif |
23 | #endif | 23 | #endif |
24 | 24 | ||
25 | #if defined(HEADER_DES_H) && !defined(DES_LONG) | ||
26 | /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a | ||
27 | * %20 speed up (longs are 8 bytes, int's are 4). */ | ||
28 | #ifndef DES_LONG | ||
29 | #define DES_LONG unsigned int | ||
30 | #endif | ||
31 | #endif | ||
32 | |||
33 | #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) | 25 | #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) |
34 | #define CONFIG_HEADER_BN_H | 26 | #define CONFIG_HEADER_BN_H |
35 | #define BN_LLONG | 27 | #define BN_LLONG |