Remove __cplusplus preamble from internal headers
[openssl.git] / crypto / engine / eng_int.h
index 60fdf820f05513bd83e36b83030db5ed5b986859..7c41da2fe175e569253deabb0ef634fdd7a7891e 100644 (file)
 # include "internal/thread_once.h"
 # include "internal/refcount.h"
 
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
 extern CRYPTO_RWLOCK *global_engine_lock;
 
 /*
@@ -172,8 +168,4 @@ typedef struct st_engine_pile ENGINE_PILE;
 
 DEFINE_LHASH_OF(ENGINE_PILE);
 
-#ifdef  __cplusplus
-}
-#endif
-
 #endif                          /* HEADER_ENGINE_INT_H */