fix: extern "C" right brace

This commit is contained in:
OhYee
2022-04-21 02:26:41 +08:00
committed by GitHub
parent 494ce57571
commit 1c02e18fcd

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