mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-20 20:23:38 +08:00
Support VC-WIN32
This commit is contained in:
@@ -143,7 +143,7 @@ ULONG DEVAPI SKF_DigestInit(DEVHANDLE hDev,
|
||||
goto end;
|
||||
}
|
||||
|
||||
bzero(hHash, sizeof(*hHash));
|
||||
memset(hHash, 0, sizeof(*hHash));
|
||||
hHash->magic = SKF_HANDLE_MAGIC;
|
||||
hHash->type = SKF_HASH_HANDLE;
|
||||
hHash->u.md_ctx = mdctx;
|
||||
|
||||
Reference in New Issue
Block a user