diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-06-05 00:10:38 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-06-05 00:10:46 +0200 |
| commit | bad9c1b83ae53aaf358eba4bab1b0bbc700d075b (patch) | |
| tree | ad188a97ca25be0d4c2fce794add9a4d1576aefc /include | |
| parent | 21f4bd2a61805750554302bf25c069f5749dd035 (diff) | |
| download | portable-bad9c1b83ae53aaf358eba4bab1b0bbc700d075b.tar.gz portable-bad9c1b83ae53aaf358eba4bab1b0bbc700d075b.tar.bz2 portable-bad9c1b83ae53aaf358eba4bab1b0bbc700d075b.zip | |
Remove md2 leftovers
Diffstat (limited to 'include')
| -rw-r--r-- | include/arch/loongarch64/opensslconf.h | 4 | ||||
| -rw-r--r-- | include/arch/mips/opensslconf.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h index 731b06a..9a01867 100644 --- a/include/arch/loongarch64/opensslconf.h +++ b/include/arch/loongarch64/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 |
diff --git a/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h index a5d26b6..a081a45 100644 --- a/include/arch/mips/opensslconf.h +++ b/include/arch/mips/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 |
