diff options
author | tb <> | 2018-07-15 16:27:39 +0000 |
---|---|---|
committer | tb <> | 2018-07-15 16:27:39 +0000 |
commit | 9a27b36fed2fa4c308561a2ad385d1660f0bfe8c (patch) | |
tree | bd53e381d29581dc89f2b232a887172e45801cf0 /src/lib/libcrypto/ec/ec_curve.c | |
parent | 8c0bbf2963519850ff23e3a33209b67a4498c570 (diff) | |
download | openbsd-9a27b36fed2fa4c308561a2ad385d1660f0bfe8c.tar.gz openbsd-9a27b36fed2fa4c308561a2ad385d1660f0bfe8c.tar.bz2 openbsd-9a27b36fed2fa4c308561a2ad385d1660f0bfe8c.zip |
recommit label indentation part of the backout; clearly unrelated to the
breakage.
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 1808e7b65c..e075b1ed3e 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.18 2018/07/15 05:38:48 jsg Exp $ */ | 1 | /* $OpenBSD: ec_curve.c,v 1.19 2018/07/15 16:27:39 tb 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; |