projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa9bb62
)
Fix mismatched curly brace
author
Dmitry-Me
<wipedout@yandex.ru>
Wed, 17 Feb 2016 09:10:18 +0000
(12:10 +0300)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 17 Feb 2016 10:06:47 +0000
(11:06 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/hmac/hmac_lcl.h
patch
|
blob
|
history
diff --git
a/crypto/hmac/hmac_lcl.h
b/crypto/hmac/hmac_lcl.h
index b95c8673f9a5daa85d5301c1ddbb623e95f47279..f93e61fd745c4c5a6236f25de011d5943d7b192e 100644
(file)
--- 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