mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-28 16:53:37 +08:00
More tests
This commit is contained in:
@@ -243,11 +243,12 @@ int test_hkdf(void)
|
||||
printf("\n");
|
||||
|
||||
}
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
test_hkdf();
|
||||
return 0;
|
||||
int err = 0;
|
||||
err += test_hkdf();
|
||||
return err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user