From: Dmitry-Me Date: Wed, 17 Feb 2016 09:10:18 +0000 (+0300) Subject: Fix mismatched curly brace X-Git-Tag: OpenSSL_1_1_0-pre4~645 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=9eaa5f9a329c4ef169697bba4dcfb7c7d5729e76;hp=fa9bb6201e1d16ba8ccab938833d140ef81a7f73;ds=sidebyside Fix mismatched curly brace Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte --- 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