mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Rename crypto unit tests.
This commit is contained in:
parent
d7048c3768
commit
faf14369d9
@ -193,7 +193,7 @@ TEST(crypt, aes128) {
|
||||
EXPECT_STREQ((char *)buf, test);
|
||||
}
|
||||
|
||||
TEST(crypt, aes128_cbc_iv) {
|
||||
TEST(crypt, aes128_cbc) {
|
||||
void *aes = NULL;
|
||||
const char *key = "awesomekeythisis";
|
||||
const char *test = "youknowitsogrowi";
|
||||
@ -229,7 +229,7 @@ TEST(crypt, aes128_cbc_iv) {
|
||||
}
|
||||
|
||||
|
||||
TEST(crypt, aes128_gcm_iv) {
|
||||
TEST(crypt, aes128_gcm) {
|
||||
#if GTEST_OS_WINDOWS && _WIN32_WINNT <= _WIN32_WINNT_XP
|
||||
GTEST_SKIP() << "SHA256 not supported on Windows XP";
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user