aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-06-09 10:55:25 +0200
committerTheo Buehler <tb@openbsd.org>2025-06-09 10:55:47 +0200
commitfa0d2b1c870cc33591c1136d0ab7018c5852566e (patch)
treea4202f10fce603220a81a09b2d4185be4ec9f67c /include
parent2a0571ece2167d3ea8ca9a781bd26264f7f9ed5c (diff)
downloadportable-fa0d2b1c870cc33591c1136d0ab7018c5852566e.tar.gz
portable-fa0d2b1c870cc33591c1136d0ab7018c5852566e.tar.bz2
portable-fa0d2b1c870cc33591c1136d0ab7018c5852566e.zip
Remove ${MULTIPLE_OF_EIGHT}_BIT*
Diffstat (limited to 'include')
-rw-r--r--include/arch/loongarch64/opensslconf.h12
-rw-r--r--include/arch/mips/opensslconf.h12
2 files changed, 0 insertions, 24 deletions
diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h
index cf94145..59555fa 100644
--- a/include/arch/loongarch64/opensslconf.h
+++ b/include/arch/loongarch64/opensslconf.h
@@ -57,18 +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/* The prime number generation stuff may not work when
65 * EIGHT_BIT but I don't care since I've only used this mode
66 * for debugging the bignum libraries */
67#define SIXTY_FOUR_BIT_LONG
68#undef SIXTY_FOUR_BIT
69#undef THIRTY_TWO_BIT
70#undef SIXTEEN_BIT
71#undef EIGHT_BIT
72#endif 60#endif
73 61
74#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)
diff --git a/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h
index 36606f3..576f49b 100644
--- a/include/arch/mips/opensslconf.h
+++ b/include/arch/mips/opensslconf.h
@@ -57,18 +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#define BN_LLONG 59#define BN_LLONG
60
61/* Should we define BN_DIV2W here? */
62
63/* Only one for the following should be defined */
64/* The prime number generation stuff may not work when
65 * EIGHT_BIT but I don't care since I've only used this mode
66 * for debugging the bignum libraries */
67#undef SIXTY_FOUR_BIT_LONG
68#undef SIXTY_FOUR_BIT
69#define THIRTY_TWO_BIT
70#undef SIXTEEN_BIT
71#undef EIGHT_BIT
72#endif 60#endif
73 61
74#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)