Remove __cplusplus preamble from internal headers
[openssl.git] / crypto / bn / bn_lcl.h
index bab2c9d7056902083064320afbe9883107671ca8..f57c87d9b3670373512f3701fe4e7d4cc14b603e 100644 (file)
 
 # include "internal/bn_int.h"
 
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
 /*
  * These preprocessor symbols control various aspects of the bignum headers
  * and library code. They're not defined by any "normal" configuration, as
@@ -659,8 +655,4 @@ static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits)
     return bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2);
 }
 
-#ifdef  __cplusplus
-}
-#endif
-
 #endif