The branch master has been updated
       via  9eaa5f9a329c4ef169697bba4dcfb7c7d5729e76 (commit)
      from  fa9bb6201e1d16ba8ccab938833d140ef81a7f73 (commit)


- Log -----------------------------------------------------------------
commit 9eaa5f9a329c4ef169697bba4dcfb7c7d5729e76
Author: Dmitry-Me <[email protected]>
Date:   Wed Feb 17 12:10:18 2016 +0300

    Fix mismatched curly brace
    
    Reviewed-by: Matt Caswell <[email protected]>
    Reviewed-by: Richard Levitte <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 crypto/hmac/hmac_lcl.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/crypto/hmac/hmac_lcl.h b/crypto/hmac/hmac_lcl.h
index b95c867..f93e61f 100644
--- a/crypto/hmac/hmac_lcl.h
+++ b/crypto/hmac/hmac_lcl.h
@@ -73,4 +73,8 @@ struct hmac_ctx_st {
     unsigned char key[HMAC_MAX_MD_CBLOCK];
 };
 
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
 #endif
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to