mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Add Windows and Visual Studio support
This commit is contained in:
@@ -33,7 +33,7 @@ int sm9sign_main(int argc, char **argv)
|
||||
SM9_SIGN_KEY key;
|
||||
SM9_SIGN_CTX ctx;
|
||||
uint8_t buf[4096];
|
||||
ssize_t len;
|
||||
size_t len;
|
||||
uint8_t sig[SM9_SIGNATURE_SIZE];
|
||||
size_t siglen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user