diff options
author | tb <> | 2025-08-25 16:48:02 +0000 |
---|---|---|
committer | tb <> | 2025-08-25 16:48:02 +0000 |
commit | 6cbc8c56cfb66d812e5b9f335973b11b213f5665 (patch) | |
tree | af61c3bd67a849abe3033878ae534cd5184035e4 /src/lib/libcrypto/arch/arm/opensslconf.h | |
parent | 8d69d0f7a170ebed7efc8c4a2097bc0d203981db (diff) | |
download | openbsd-6cbc8c56cfb66d812e5b9f335973b11b213f5665.tar.gz openbsd-6cbc8c56cfb66d812e5b9f335973b11b213f5665.tar.bz2 openbsd-6cbc8c56cfb66d812e5b9f335973b11b213f5665.zip |
Move opensslconf.h to a machine-independent place
After drilling through many layers of fossilized turds from a
long-forgotten millenium, jsing and I finally found oil^Wa
machine-independent version of opensslconf.h.
Remove the no longer needed versions in arch/*/ and move one copy
to the top level. Add an RCS tag and place the remaining garbage
in the public domain.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/arch/arm/opensslconf.h')
-rw-r--r-- | src/lib/libcrypto/arch/arm/opensslconf.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h deleted file mode 100644 index c31bcc01ad..0000000000 --- a/src/lib/libcrypto/arch/arm/opensslconf.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | #include <openssl/opensslfeatures.h> | ||
2 | |||
3 | #undef OPENSSL_EXPORT_VAR_AS_FUNCTION | ||
4 | |||
5 | #ifndef OPENSSL_FILE | ||
6 | #ifdef OPENSSL_NO_FILENAMES | ||
7 | #define OPENSSL_FILE "" | ||
8 | #define OPENSSL_LINE 0 | ||
9 | #else | ||
10 | #define OPENSSL_FILE __FILE__ | ||
11 | #define OPENSSL_LINE __LINE__ | ||
12 | #endif | ||
13 | #endif | ||