summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2023-05-04 13:50:14 +0000
committertb <>2023-05-04 13:50:14 +0000
commit1c4c17f353740a60425b1b54272d5a8fef5387cf (patch)
tree7e17be15d857c5f6d4740ce5adbc3abf02fb139d /src/regress/lib
parent5797292810232670a1150f8ec2fa032c457abe3f (diff)
downloadopenbsd-1c4c17f353740a60425b1b54272d5a8fef5387cf.tar.gz
openbsd-1c4c17f353740a60425b1b54272d5a8fef5387cf.tar.bz2
openbsd-1c4c17f353740a60425b1b54272d5a8fef5387cf.zip
sigh. typo
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libcrypto/ecdsa/ecdsatest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ecdsa/ecdsatest.c b/src/regress/lib/libcrypto/ecdsa/ecdsatest.c
index bc908ce1f5..b0b9bd0065 100644
--- a/src/regress/lib/libcrypto/ecdsa/ecdsatest.c
+++ b/src/regress/lib/libcrypto/ecdsa/ecdsatest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecdsatest.c,v 1.16 2023/05/04 13:49:29 tb Exp $ */ 1/* $OpenBSD: ecdsatest.c,v 1.17 2023/05/04 13:50:14 tb Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project. 3 * Written by Nils Larsch for the OpenSSL project.
4 */ 4 */
@@ -155,7 +155,7 @@ test_builtin(void)
155 } 155 }
156 156
157 /* Exercise ECParameters_dup() and let ASAN test for leaks. */ 157 /* Exercise ECParameters_dup() and let ASAN test for leaks. */
158 if ((wrong_eckey = ECParameters_dup(key)) == NULL) 158 if ((wrong_eckey = ECParameters_dup(eckey)) == NULL)
159 goto err; 159 goto err;
160 group = EC_GROUP_new_by_curve_name(nid); 160 group = EC_GROUP_new_by_curve_name(nid);
161 if (group == NULL) 161 if (group == NULL)