From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:04:29 +0000 (-0500) Subject: Fix arithmetic in a comment X-Git-Tag: openssl-3.5.0-alpha1~613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a8fe56da8a52a12100a0ee7f4a17eb6810a1c11;p=thirdparty%2Fopenssl.git 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) --- 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) {