summaryrefslogtreecommitdiffstats
path: root/crypto/hmac
diff options
context:
space:
mode:
authorDmitry-Me <wipedout@yandex.ru>2016-02-17 12:10:18 +0300
committerRichard Levitte <levitte@openssl.org>2016-02-17 11:06:47 +0100
commit9eaa5f9a329c4ef169697bba4dcfb7c7d5729e76 (patch)
tree5606393fe62ffee990e6f91a1adc379f639d0222 /crypto/hmac
parentfa9bb6201e1d16ba8ccab938833d140ef81a7f73 (diff)
Fix mismatched curly brace
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/hmac')
-rw-r--r--crypto/hmac/hmac_lcl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/hmac/hmac_lcl.h b/crypto/hmac/hmac_lcl.h
index b95c8673f9..f93e61fd74 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