Merge pull request #1200 from OhYee/patch-1

fix: extern "C" right brace
This commit is contained in:
Zhi Guan
2022-05-01 09:36:25 +08:00
committed by GitHub

View File

@@ -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