diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_curve.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_curve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index 7bf85835dc..1808e7b65c 100644 --- a/src/lib/libcrypto/ec/ec_curve.c +++ b/src/lib/libcrypto/ec/ec_curve.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_curve.c,v 1.17 2018/07/10 22:06:14 tb Exp $ */ | 1 | /* $OpenBSD: ec_curve.c,v 1.18 2018/07/15 05:38:48 jsg Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -3235,7 +3235,7 @@ ec_group_new_from_data(const ec_list_element curve) | |||
3235 | } | 3235 | } |
3236 | } | 3236 | } |
3237 | ok = 1; | 3237 | ok = 1; |
3238 | err: | 3238 | err: |
3239 | if (!ok) { | 3239 | if (!ok) { |
3240 | EC_GROUP_free(group); | 3240 | EC_GROUP_free(group); |
3241 | group = NULL; | 3241 | group = NULL; |