aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-06-10 15:15:39 +0200
committerTheo Buehler <tb@openbsd.org>2025-06-11 06:09:21 +0200
commit392481066bf04765b6a648c9514b67c2035a34e7 (patch)
treebcc7ba01ead88cea1a0ba703b5171f842d5bec46
parent167c18a522915bbb34c0e41c6bfac507a0b4ccd9 (diff)
downloadportable-392481066bf04765b6a648c9514b67c2035a34e7.tar.gz
portable-392481066bf04765b6a648c9514b67c2035a34e7.tar.bz2
portable-392481066bf04765b6a648c9514b67c2035a34e7.zip
Garbage collect BF_PTR
Change-Id: I6a6a6964f3ff8920845f29bc620ef51d94c3f5f4
-rw-r--r--include/arch/loongarch64/opensslconf.h5
-rw-r--r--include/arch/mips/opensslconf.h5
2 files changed, 0 insertions, 10 deletions
diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h
index 3aaa6bd..49cdf69 100644
--- a/include/arch/loongarch64/opensslconf.h
+++ b/include/arch/loongarch64/opensslconf.h
@@ -27,11 +27,6 @@
27#undef BN_LLONG 27#undef BN_LLONG
28#endif 28#endif
29 29
30#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
31#define CONFIG_HEADER_BF_LOCL_H
32#undef BF_PTR
33#endif /* HEADER_BF_LOCL_H */
34
35#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
36#define CONFIG_HEADER_DES_LOCL_H 31#define CONFIG_HEADER_DES_LOCL_H
37#ifndef DES_DEFAULT_OPTIONS 32#ifndef DES_DEFAULT_OPTIONS
diff --git a/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h
index ee21113..639b15e 100644
--- a/include/arch/mips/opensslconf.h
+++ b/include/arch/mips/opensslconf.h
@@ -27,11 +27,6 @@
27#define BN_LLONG 27#define BN_LLONG
28#endif 28#endif
29 29
30#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H)
31#define CONFIG_HEADER_BF_LOCL_H
32#undef BF_PTR
33#endif /* HEADER_BF_LOCL_H */
34
35#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
36#define CONFIG_HEADER_DES_LOCL_H 31#define CONFIG_HEADER_DES_LOCL_H
37#ifndef DES_DEFAULT_OPTIONS 32#ifndef DES_DEFAULT_OPTIONS