We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f522b commit 11102adCopy full SHA for 11102ad
src/regress/lib/libcrypto/rsa/rsa_method_test.c
@@ -1,4 +1,4 @@
1
-/* $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 $ */
2
3
/*
4
* Copyright (c) 2025 Theo Buehler <tb@openbsd.org>
@@ -221,7 +221,7 @@ sign_and_verify_test(void)
221
errx(1, "%s: RSA_set_ex_data", __func__);
222
223
if ((sign_verify_method = RSA_meth_dup(RSA_get_default_method())) == NULL)
224
- errx(1, "%s: RSA_get_default_method", __func__);
+ errx(1, "%s: RSA_meth_dup", __func__);
225
if (!RSA_meth_set0_app_data(sign_verify_method, rsa_priv))
226
errx(1, "%s: RSA_meth_set0_app_data", __func__);
227
0 commit comments