hmac: preprocessor indentation fixes
authorPauli <paul.dale@oracle.com>
Tue, 14 Jan 2020 00:49:28 +0000 (10:49 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 29 Jan 2020 09:49:23 +0000 (19:49 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10836)

include/openssl/hmac.h

index 2f80038f78e3ce9b2bf321f090fd82cec254db5f..e06c204cfbc6d4ca068282b22c653d2edaf49099 100644 (file)
@@ -24,9 +24,9 @@
 #  define HMAC_MAX_MD_CBLOCK      128    /* Deprecated */
 # endif
 
 #  define HMAC_MAX_MD_CBLOCK      128    /* Deprecated */
 # endif
 
-#ifdef  __cplusplus
+# ifdef  __cplusplus
 extern "C" {
 extern "C" {
-#endif
+# endif
 
 size_t HMAC_size(const HMAC_CTX *e);
 HMAC_CTX *HMAC_CTX_new(void);
 
 size_t HMAC_size(const HMAC_CTX *e);
 HMAC_CTX *HMAC_CTX_new(void);
@@ -50,8 +50,8 @@ __owur int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags);
 const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX *ctx);
 
 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags);
 const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX *ctx);
 
-#ifdef  __cplusplus
+# ifdef  __cplusplus
 }
 }
-#endif
+# endif
 
 #endif
 
 #endif