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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eaa5f9a329c4ef169697bba4dcfb7c7d5729e76;p=thirdparty%2Fopenssl.git 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 b95c8673f9a..f93e61fd745 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