From 7a8fe56da8a52a12100a0ee7f4a17eb6810a1c11 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:04:29 -0500 Subject: [PATCH] Fix arithmetic in a comment CLA: trivial Reviewed-by: Kurt Roeckx Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26707) --- test/rpktest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rpktest.c b/test/rpktest.c index 624d366508f..ed5238f93d6 100644 --- a/test/rpktest.c +++ b/test/rpktest.c @@ -92,7 +92,7 @@ static int rpk_verify_server_cb(int ok, X509_STORE_CTX *ctx) * idx = 16 - like 7, but with SSL_VERIFY_PEER connection should fail * idx = 17 - like 8, but with SSL_VERIFY_PEER connection should fail * - * 18 * 2 * 4 * 2 * 2 * 2 * 2 = 2048 tests + * 18 * 2 * 4 * 2 * 2 * 2 * 2 = 2304 tests */ static int test_rpk(int idx) { -- 2.47.2