summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/sh/opensslconf.h
diff options
context:
space:
mode:
authortb <>2025-06-05 04:14:51 +0000
committertb <>2025-06-05 04:14:51 +0000
commit708e59dc35dc96043832a4969077fe6cb0e283f2 (patch)
tree546cbc341996408136b5b9d4f1a1fcbbdba6796f /src/lib/libcrypto/arch/sh/opensslconf.h
parente097fbd764cb1d90eaf6cbc82042adf7c812e984 (diff)
downloadopenbsd-708e59dc35dc96043832a4969077fe6cb0e283f2.tar.gz
openbsd-708e59dc35dc96043832a4969077fe6cb0e283f2.tar.bz2
openbsd-708e59dc35dc96043832a4969077fe6cb0e283f2.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/sh/opensslconf.h')
-rw-r--r--src/lib/libcrypto/arch/sh/opensslconf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h
index a5d26b6fdc..a081a45dd7 100644
--- a/src/lib/libcrypto/arch/sh/opensslconf.h
+++ b/src/lib/libcrypto/arch/sh/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