]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
test_crypto: rename a test
authorNick Mathewson <nickm@torproject.org>
Thu, 22 May 2025 16:06:01 +0000 (12:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 22 May 2025 16:06:41 +0000 (12:06 -0400)
Based on a comment from Alex Xu.

src/test/test_crypto.c

index 700c9679f9a19fce570b8193c7aeb98b906b3543..3cbfe882abb6cda6cd917cb7d7e0d71a33c660c9 100644 (file)
@@ -3450,7 +3450,7 @@ test_crypto_aes_cnt_set_iv(void *arg)
 struct testcase_t crypto_tests[] = {
   CRYPTO_LEGACY(formats),
   { "openssl_version", test_crypto_openssl_version, TT_FORK, NULL, NULL },
-  { "aes_AES", test_crypto_aes128, TT_FORK, NULL, NULL },
+  { "aes", test_crypto_aes128, TT_FORK, NULL, NULL },
   { "aes128_ctr_testvec", test_crypto_aes_ctr_testvec, 0,
     &passthrough_setup, (void*)"128" },
   { "aes192_ctr_testvec", test_crypto_aes_ctr_testvec, 0,