summaryrefslogtreecommitdiffstats
path: root/include/internal/cryptlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/cryptlib.h')
-rw-r--r--include/internal/cryptlib.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/internal/cryptlib.h b/include/internal/cryptlib.h
index 8a96de9847..2808fe7eea 100644
--- a/include/internal/cryptlib.h
+++ b/include/internal/cryptlib.h
@@ -25,10 +25,6 @@
# include <openssl/err.h>
# include "internal/nelem.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#ifdef NDEBUG
# define ossl_assert(x) ((x) != 0)
#else
@@ -96,8 +92,4 @@ void *openssl_fopen(const char *filename, const char *mode);
uint32_t OPENSSL_rdtsc(void);
-#ifdef __cplusplus
-}
-#endif
-
#endif