diff options
| author | jsing <> | 2025-07-27 13:27:09 +0000 |
|---|---|---|
| committer | jsing <> | 2025-07-27 13:27:09 +0000 |
| commit | 599b3fd3a83a856b8a4b92117e0c4e186c9a6f54 (patch) | |
| tree | 1a29cd7a3d0b40903e555f6e0a95d1575b788841 /src/lib/libcrypto/arch/powerpc/opensslconf.h | |
| parent | 305717a23aaf1a0716fdfeb5149ac4a9b8e3393a (diff) | |
| download | openbsd-599b3fd3a83a856b8a4b92117e0c4e186c9a6f54.tar.gz openbsd-599b3fd3a83a856b8a4b92117e0c4e186c9a6f54.tar.bz2 openbsd-599b3fd3a83a856b8a4b92117e0c4e186c9a6f54.zip | |
Remove DES_UNROLL from opensslconf.h.
This is no longer used in the DES code.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/arch/powerpc/opensslconf.h')
| -rw-r--r-- | src/lib/libcrypto/arch/powerpc/opensslconf.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h index d2fdbbbf59..dcbe113864 100644 --- a/src/lib/libcrypto/arch/powerpc/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc/opensslconf.h | |||
| @@ -21,15 +21,3 @@ | |||
| 21 | #undef RC4_CHUNK | 21 | #undef RC4_CHUNK |
| 22 | #endif | 22 | #endif |
| 23 | #endif | 23 | #endif |
| 24 | |||
| 25 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | ||
| 26 | #define CONFIG_HEADER_DES_LOCL_H | ||
| 27 | #ifndef DES_DEFAULT_OPTIONS | ||
| 28 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | ||
| 29 | * Very much CPU dependent */ | ||
| 30 | #ifndef DES_UNROLL | ||
| 31 | #define DES_UNROLL | ||
| 32 | #endif | ||
| 33 | |||
| 34 | #endif /* DES_DEFAULT_OPTIONS */ | ||
| 35 | #endif /* HEADER_DES_LOCL_H */ | ||
