gmssl-v3-dev icon indicating copy to clipboard operation
gmssl-v3-dev copied to clipboard

【bug】

Open wangtsiao opened this issue 2 years ago • 0 comments

文件include/sm2.h,第195行:

#ifdef __cplusplus
extern "C" {
#endif
#endif

改为

#ifdef __cplusplus
}
#endif
#endif

wangtsiao avatar Nov 13 '21 14:11 wangtsiao