summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2025-07-23 13:34:05 +0000
committerjsing <>2025-07-23 13:34:05 +0000
commitfe187acac9a4ccb8b38a49a9b5aa793778a50e68 (patch)
tree971efea563c941712faa871f395b53471e0876d3 /src
parent448021e64e5fa32c443452aab0f4152868fd919d (diff)
downloadopenbsd-fe187acac9a4ccb8b38a49a9b5aa793778a50e68.tar.gz
openbsd-fe187acac9a4ccb8b38a49a9b5aa793778a50e68.tar.bz2
openbsd-fe187acac9a4ccb8b38a49a9b5aa793778a50e68.zip
Remove BN_LLONG defines/undefs from opensslconf.h.
These have been ineffective since r1.19 of bn.h, when BN_LLONG/BN_ULLONG defines/undefs were added based on _LP64. ok tb@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/arch/aarch64/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/alpha/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/amd64/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/arm/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/hppa/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/i386/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/m88k/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/mips64/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/powerpc/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/powerpc64/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/riscv64/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/sh/opensslconf.h5
-rw-r--r--src/lib/libcrypto/arch/sparc64/opensslconf.h5
13 files changed, 0 insertions, 65 deletions
diff --git a/src/lib/libcrypto/arch/aarch64/opensslconf.h b/src/lib/libcrypto/arch/aarch64/opensslconf.h
index 49cdf69a38..67d9728afa 100644
--- a/src/lib/libcrypto/arch/aarch64/opensslconf.h
+++ b/src/lib/libcrypto/arch/aarch64/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#undef BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/arch/alpha/opensslconf.h
index 4df543da45..055ad52cbc 100644
--- a/src/lib/libcrypto/arch/alpha/opensslconf.h
+++ b/src/lib/libcrypto/arch/alpha/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#undef BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h
index 49cdf69a38..67d9728afa 100644
--- a/src/lib/libcrypto/arch/amd64/opensslconf.h
+++ b/src/lib/libcrypto/arch/amd64/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#undef BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h
index 639b15e8f4..d2fdbbbf59 100644
--- a/src/lib/libcrypto/arch/arm/opensslconf.h
+++ b/src/lib/libcrypto/arch/arm/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#define BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/arch/hppa/opensslconf.h
index 639b15e8f4..d2fdbbbf59 100644
--- a/src/lib/libcrypto/arch/hppa/opensslconf.h
+++ b/src/lib/libcrypto/arch/hppa/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#define BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/i386/opensslconf.h b/src/lib/libcrypto/arch/i386/opensslconf.h
index 639b15e8f4..d2fdbbbf59 100644
--- a/src/lib/libcrypto/arch/i386/opensslconf.h
+++ b/src/lib/libcrypto/arch/i386/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#define BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/arch/m88k/opensslconf.h
index 639b15e8f4..d2fdbbbf59 100644
--- a/src/lib/libcrypto/arch/m88k/opensslconf.h
+++ b/src/lib/libcrypto/arch/m88k/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#define BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/arch/mips64/opensslconf.h
index 4df543da45..055ad52cbc 100644
--- a/src/lib/libcrypto/arch/mips64/opensslconf.h
+++ b/src/lib/libcrypto/arch/mips64/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#undef BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h
index 639b15e8f4..d2fdbbbf59 100644
--- a/src/lib/libcrypto/arch/powerpc/opensslconf.h
+++ b/src/lib/libcrypto/arch/powerpc/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#define BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/powerpc64/opensslconf.h b/src/lib/libcrypto/arch/powerpc64/opensslconf.h
index 49cdf69a38..67d9728afa 100644
--- a/src/lib/libcrypto/arch/powerpc64/opensslconf.h
+++ b/src/lib/libcrypto/arch/powerpc64/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#undef BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/riscv64/opensslconf.h b/src/lib/libcrypto/arch/riscv64/opensslconf.h
index 49cdf69a38..67d9728afa 100644
--- a/src/lib/libcrypto/arch/riscv64/opensslconf.h
+++ b/src/lib/libcrypto/arch/riscv64/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#undef BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h
index 639b15e8f4..d2fdbbbf59 100644
--- a/src/lib/libcrypto/arch/sh/opensslconf.h
+++ b/src/lib/libcrypto/arch/sh/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#define BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS
diff --git a/src/lib/libcrypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/arch/sparc64/opensslconf.h
index 4df543da45..055ad52cbc 100644
--- a/src/lib/libcrypto/arch/sparc64/opensslconf.h
+++ b/src/lib/libcrypto/arch/sparc64/opensslconf.h
@@ -22,11 +22,6 @@
22#endif 22#endif
23#endif 23#endif
24 24
25#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H)
26#define CONFIG_HEADER_BN_H
27#undef BN_LLONG
28#endif
29
30#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) 25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
31#define CONFIG_HEADER_DES_LOCL_H 26#define CONFIG_HEADER_DES_LOCL_H
32#ifndef DES_DEFAULT_OPTIONS 27#ifndef DES_DEFAULT_OPTIONS