From: Nick Mathewson Date: Thu, 22 May 2025 16:06:01 +0000 (-0400) Subject: test_crypto: rename a test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ad5acd9820cfd3f64fd477eb6d1d743f2c2dc5;p=thirdparty%2Ftor.git test_crypto: rename a test Based on a comment from Alex Xu. --- diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c index 700c9679f9..3cbfe882ab 100644 --- a/src/test/test_crypto.c +++ b/src/test/test_crypto.c @@ -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,