mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-27 15:43:42 +08:00
Minor fix
This commit is contained in:
@@ -418,6 +418,8 @@ static int test_x509_sign(void)
|
||||
uint8_t sig[40969];
|
||||
size_t siglen;
|
||||
|
||||
memset(msg, 0xa5, sizeof(msg));
|
||||
|
||||
for (i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
|
||||
if (tests[i].algor == OID_kyber_kem) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user