diff options
| author | tb <> | 2025-06-09 15:34:35 +0000 |
|---|---|---|
| committer | tb <> | 2025-06-09 15:34:35 +0000 |
| commit | 896f6647a524a2c1655be4b9a168853c3ff76763 (patch) | |
| tree | 4319451efa305d49d6731213d866a97fc09899ea /src | |
| parent | 77890745eac7fbfd51208f10c1759d6998f0692b (diff) | |
| download | openbsd-896f6647a524a2c1655be4b9a168853c3ff76763.tar.gz openbsd-896f6647a524a2c1655be4b9a168853c3ff76763.tar.bz2 openbsd-896f6647a524a2c1655be4b9a168853c3ff76763.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 |
