From 11102ad7f214aae093a6f4f61dc480f0045779a2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 26 Aug 2025 05:07:50 +0000 Subject: rsa_method_test: point at correct function in error string --- src/regress/lib/libcrypto/rsa/rsa_method_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/rsa/rsa_method_test.c b/src/regress/lib/libcrypto/rsa/rsa_method_test.c index d9c1cc4f9a..9d0a4c3592 100644 --- a/src/regress/lib/libcrypto/rsa/rsa_method_test.c +++ b/src/regress/lib/libcrypto/rsa/rsa_method_test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa_method_test.c,v 1.5 2025/01/05 18:21:36 tb Exp $ */ +/* $OpenBSD: rsa_method_test.c,v 1.6 2025/08/26 05:07:50 tb Exp $ */ /* * Copyright (c) 2025 Theo Buehler @@ -221,7 +221,7 @@ sign_and_verify_test(void) errx(1, "%s: RSA_set_ex_data", __func__); if ((sign_verify_method = RSA_meth_dup(RSA_get_default_method())) == NULL) - errx(1, "%s: RSA_get_default_method", __func__); + errx(1, "%s: RSA_meth_dup", __func__); if (!RSA_meth_set0_app_data(sign_verify_method, rsa_priv)) errx(1, "%s: RSA_meth_set0_app_data", __func__); -- cgit v1.2.3-55-g6feb