diff options
author | tb <> | 2023-05-04 13:50:14 +0000 |
---|---|---|
committer | tb <> | 2023-05-04 13:50:14 +0000 |
commit | 1c4c17f353740a60425b1b54272d5a8fef5387cf (patch) | |
tree | 7e17be15d857c5f6d4740ce5adbc3abf02fb139d /src/regress/lib | |
parent | 5797292810232670a1150f8ec2fa032c457abe3f (diff) | |
download | openbsd-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.c | 4 |
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) |