Remove __cplusplus preamble from internal headers
[openssl.git] / include / internal / dso.h
index 402a76f6dfc50dd558c98241c6440d886580acca..3e67d5053a1510a11cecf053749e5775dbcd69fb 100644 (file)
 # include <openssl/crypto.h>
 # include "internal/dsoerr.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* These values are used as commands to DSO_ctrl() */
 # define DSO_CTRL_GET_FLAGS      1
 # define DSO_CTRL_SET_FLAGS      2
@@ -166,7 +162,4 @@ void *DSO_global_lookup(const char *name);
 
 int ERR_load_DSO_strings(void);
 
-# ifdef  __cplusplus
-}
-# endif
 #endif