From e20de6bd7c0826ab97d47fad9ba8fbe4481c03fb Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 4 May 2023 13:50:14 +0000 Subject: [PATCH] sigh. typo --- regress/lib/libcrypto/ecdsa/ecdsatest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/ecdsa/ecdsatest.c b/regress/lib/libcrypto/ecdsa/ecdsatest.c index bc908ce1f57..b0b9bd00651 100644 --- a/regress/lib/libcrypto/ecdsa/ecdsatest.c +++ b/regress/lib/libcrypto/ecdsa/ecdsatest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecdsatest.c,v 1.16 2023/05/04 13:49:29 tb Exp $ */ +/* $OpenBSD: ecdsatest.c,v 1.17 2023/05/04 13:50:14 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -155,7 +155,7 @@ test_builtin(void) } /* Exercise ECParameters_dup() and let ASAN test for leaks. */ - if ((wrong_eckey = ECParameters_dup(key)) == NULL) + if ((wrong_eckey = ECParameters_dup(eckey)) == NULL) goto err; group = EC_GROUP_new_by_curve_name(nid); if (group == NULL) -- 2.20.1