summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_curve.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2018-07-15 05:38:49 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2018-07-15 05:38:49 +0000
commit77faf55fe7d7663bf154da21b86b674e22e5ce19 (patch)
tree2e788fa3a795580cc079a3899d5960a886a2851f /lib/libcrypto/ec/ec_curve.c
parentd0a1baa1a13fb5ad799c57ef657cf80cdc9180b0 (diff)
back out ecc constant time changes
after the constant time commits various regress tests started failing on sparc64 ssh t9, libcrypto ec ecdh ecdsa and trying to ssh out resulted in 'invalid elliptic curve value' ok tb@
Diffstat (limited to 'lib/libcrypto/ec/ec_curve.c')
-rw-r--r--lib/libcrypto/ec/ec_curve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/ec/ec_curve.c b/lib/libcrypto/ec/ec_curve.c
index 7bf85835dc2..1808e7b65cf 100644
--- a/lib/libcrypto/ec/ec_curve.c
+++ b/lib/libcrypto/ec/ec_curve.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ec_curve.c,v 1.17 2018/07/10 22:06:14 tb Exp $ */
+/* $OpenBSD: ec_curve.c,v 1.18 2018/07/15 05:38:48 jsg Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
@@ -3235,7 +3235,7 @@ ec_group_new_from_data(const ec_list_element curve)
}
}
ok = 1;
- err:
+err:
if (!ok) {
EC_GROUP_free(group);
group = NULL;