Remove __cplusplus preamble from internal headers
[openssl.git] / crypto / hmac / hmac_lcl.h
index 4c156dc126c229c5b946e9faca52ca3675420f62..7ba0aac483ead8e06b0aa24002f61e088a1a18af 100644 (file)
 #ifndef HEADER_HMAC_LCL_H
 # define HEADER_HMAC_LCL_H
 
-#ifdef  __cplusplus
-extern "C" {
-#endif
-#if 0                            /* emacs indentation fix */
-}
-#endif
-
 struct hmac_ctx_st {
     const EVP_MD *md;
     EVP_MD_CTX *md_ctx;
@@ -26,8 +19,4 @@ struct hmac_ctx_st {
     unsigned char key[HMAC_MAX_MD_CBLOCK];
 };
 
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
-
 #endif