From: tb Date: Thu, 4 May 2023 13:50:14 +0000 (+0000) Subject: sigh. typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e20de6bd7c0826ab97d47fad9ba8fbe4481c03fb;p=openbsd sigh. typo --- 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)