mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-24 09:16:28 +08:00
Remove warnings
This commit is contained in:
@@ -22,7 +22,7 @@ int hmac_init(HMAC_CTX *ctx, const DIGEST *digest, const uint8_t *key, size_t ke
|
||||
uint8_t i_key[DIGEST_MAX_BLOCK_SIZE] = {0};
|
||||
uint8_t o_key[DIGEST_MAX_BLOCK_SIZE] = {0};
|
||||
size_t blocksize;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
if (!ctx || !digest || !key || !keylen) {
|
||||
error_print();
|
||||
|
||||
Reference in New Issue
Block a user