commit 44ad5acd9820cfd3f64fd477eb6d1d743f2c2dc5
parent 81ab782a6375d6c788573ef2c04c93cc89cb5cc4
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 22 May 2025 12:06:01 -0400
test_crypto: rename a test
Based on a comment from Alex Xu.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,