aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/opensslconf.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/opensslconf.h.in')
-rw-r--r--include/openssl/opensslconf.h.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in
deleted file mode 100644
index 8842f00..0000000
--- a/include/openssl/opensslconf.h.in
+++ /dev/null
@@ -1,15 +0,0 @@
1#if defined(_MSC_VER) && !defined(__clang__) && !defined(__attribute__)
2#define __attribute__(a)
3#endif
4
5#if defined(LIBRESSL_INTERNAL) && !defined(LIBRESSL_NAMESPACE)
6# define LCRYPTO_UNUSED(x)
7# define LCRYPTO_USED(x)
8# define LCRYPTO_ALIAS1(pre, x)
9# define LCRYPTO_ALIAS(x)
10
11# define LSSL_UNUSED(x)
12# define LSSL_USED(x)
13# define LSSL_ALIAS(x)
14#endif /* LIBRESSL_INTERNAL && !LIBRESSL_NAMESPACE */
15