[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Feb 17 10:07:44 UTC 2016


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


- Log -----------------------------------------------------------------
commit 9eaa5f9a329c4ef169697bba4dcfb7c7d5729e76
Author: Dmitry-Me <wipedout at yandex.ru>
Date:   Wed Feb 17 12:10:18 2016 +0300

    Fix mismatched curly brace
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

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


More information about the openssl-commits mailing list