summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/store_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/include/internal/store_int.h')
-rw-r--r--crypto/include/internal/store_int.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/include/internal/store_int.h b/crypto/include/internal/store_int.h
index 9966aefa67..0125aae03e 100644
--- a/crypto/include/internal/store_int.h
+++ b/crypto/include/internal/store_int.h
@@ -14,10 +14,6 @@
# include <openssl/store.h>
# include <openssl/ui.h>
-# ifdef __cplusplus
-extern "C" {
-# endif
-
/*
* Two functions to read PEM data off an already opened BIO. To be used
* instead of OSSLSTORE_open() and OSSLSTORE_close(). Everything is done
@@ -27,7 +23,4 @@ OSSL_STORE_CTX *ossl_store_attach_pem_bio(BIO *bp, const UI_METHOD *ui_method,
void *ui_data);
int ossl_store_detach_pem_bio(OSSL_STORE_CTX *ctx);
-# ifdef __cplusplus
-}
-# endif
#endif