mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Remove warnings
This commit is contained in:
@@ -192,7 +192,7 @@ static int speed_sm4_encrypt(void)
|
||||
size_t nbytes = 16 * 1024 * 1024;
|
||||
clock_t begin, end;
|
||||
double seconds;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
sm4_set_encrypt_key(&sm4_key, key);
|
||||
for (i = 0; i < nbytes/sizeof(buf); i++) {
|
||||
|
||||
Reference in New Issue
Block a user