From 1c02e18fcdf63ced3b728a1962047d8c292f47ed Mon Sep 17 00:00:00 2001 From: OhYee Date: Thu, 21 Apr 2022 02:26:41 +0800 Subject: [PATCH] fix: extern "C" right brace --- include/gmssl/sm2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gmssl/sm2.h b/include/gmssl/sm2.h index 121625ad..1af9055b 100644 --- a/include/gmssl/sm2.h +++ b/include/gmssl/sm2.h @@ -369,6 +369,6 @@ int sm2_ecdh(const SM2_KEY *key, const SM2_POINT *peer_public, SM2_POINT *out); #ifdef __cplusplus -extern "C" { +} #endif #endif