]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix arithmetic in a comment
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 11 Feb 2025 16:04:29 +0000 (11:04 -0500)
committerTomas Mraz <tomas@openssl.org>
Thu, 13 Feb 2025 09:42:39 +0000 (10:42 +0100)
CLA: trivial

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26707)

test/rpktest.c

index 624d366508f146f75ac2d26e58f392d9e07173c9..ed5238f93d6b893e086918456337120d1221b4d4 100644 (file)
@@ -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)
 {