In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
[oweals/openssl.git] / crypto / hmac / hmac.h
index 223eeda7f3f2024210dcff496cb23d55310c6ceb..328bad260879778216dc066cce571b37bc903077 100644 (file)
 #ifndef HEADER_HMAC_H
 #define HEADER_HMAC_H
 
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
 #ifdef NO_HMAC
 #error HMAC is disabled.
 #endif
@@ -70,6 +66,10 @@ extern "C" {
 
 #define HMAC_MAX_MD_CBLOCK     64
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 typedef struct hmac_ctx_st
        {
        const EVP_MD *md;