mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-08 23:13:38 +08:00
Remove warnings
This commit is contained in:
@@ -267,7 +267,7 @@ bad:
|
||||
}
|
||||
|
||||
} else {
|
||||
if (inlen < taglen) {
|
||||
if (inlen < (size_t)taglen) {
|
||||
fprintf(stderr, "gmssl %s: input length (%zu bytes) shorter than tag length (%d bytes)\n",
|
||||
prog, inlen, taglen);
|
||||
goto end;
|
||||
|
||||
Reference in New Issue
Block a user