diff options
author | tb <> | 2025-06-05 04:14:51 +0000 |
---|---|---|
committer | tb <> | 2025-06-05 04:14:51 +0000 |
commit | 7b3d97672dd2b2f9d84bbce61766b23bcc4306e9 (patch) | |
tree | 546cbc341996408136b5b9d4f1a1fcbbdba6796f /src/lib/libcrypto/arch/powerpc64/opensslconf.h | |
parent | 1ada8decb2076b5bdee513d8dbfd81ff1cbd1dc3 (diff) | |
download | openbsd-7b3d97672dd2b2f9d84bbce61766b23bcc4306e9.tar.gz openbsd-7b3d97672dd2b2f9d84bbce61766b23bcc4306e9.tar.bz2 openbsd-7b3d97672dd2b2f9d84bbce61766b23bcc4306e9.zip |
opensslconf.h: remove md2 leftovers
md2.h left on Apr 15, 2014, along with jpake and seed. In particular,
HEADER_MD2_H is never defined. These bits have been dead ever since.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/arch/powerpc64/opensslconf.h')
-rw-r--r-- | src/lib/libcrypto/arch/powerpc64/opensslconf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/arch/powerpc64/opensslconf.h b/src/lib/libcrypto/arch/powerpc64/opensslconf.h index cc193762f1..bf2c0860ec 100644 --- a/src/lib/libcrypto/arch/powerpc64/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc64/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |