diff options
author | tb <> | 2025-06-08 11:22:18 +0000 |
---|---|---|
committer | tb <> | 2025-06-08 11:22:18 +0000 |
commit | 89ed195bf074f81ccca95b1394f3aababc81a09c (patch) | |
tree | 2b12fa068a79a7eeb544a6ef229cd6f77d188238 /src/lib/libcrypto/arch/amd64/opensslconf.h | |
parent | 7383a1fd22dbb24eca30d22ea7b825d654352ef2 (diff) | |
download | openbsd-89ed195bf074f81ccca95b1394f3aababc81a09c.tar.gz openbsd-89ed195bf074f81ccca95b1394f3aababc81a09c.tar.bz2 openbsd-89ed195bf074f81ccca95b1394f3aababc81a09c.zip |
Remove ${MULTIPLE_OF_EIGHT}_BIT*
These are unused internally and very few things look at them, none of
which should really matter to us, except possibly free pascal on Windows.
sizeof has been available since forever...
ok jsing
Diffstat (limited to 'src/lib/libcrypto/arch/amd64/opensslconf.h')
-rw-r--r-- | src/lib/libcrypto/arch/amd64/opensslconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h index d058975bfc..59555fa1df 100644 --- a/src/lib/libcrypto/arch/amd64/opensslconf.h +++ b/src/lib/libcrypto/arch/amd64/opensslconf.h | |||
@@ -57,13 +57,6 @@ | |||
57 | #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) | 57 | #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) |
58 | #define CONFIG_HEADER_BN_H | 58 | #define CONFIG_HEADER_BN_H |
59 | #undef BN_LLONG | 59 | #undef BN_LLONG |
60 | |||
61 | /* Should we define BN_DIV2W here? */ | ||
62 | |||
63 | /* Only one for the following should be defined */ | ||
64 | #define SIXTY_FOUR_BIT_LONG | ||
65 | #undef SIXTY_FOUR_BIT | ||
66 | #undef THIRTY_TWO_BIT | ||
67 | #endif | 60 | #endif |
68 | 61 | ||
69 | #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) | 62 | #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) |