mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-20 23:36:29 +08:00
Fix export symbol bug in MSVC
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
#include <gmssl/asn1.h>
|
||||
#include <gmssl/error.h>
|
||||
|
||||
extern const SM9_POINT *SM9_P1;
|
||||
extern const SM9_TWIST_POINT *SM9_P2;
|
||||
|
||||
|
||||
int sm9_signature_to_der(const SM9_SIGNATURE *sig, uint8_t **out, size_t *outlen)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user