summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_curve.c
diff options
context:
space:
mode:
authortb <>2018-07-10 22:06:14 +0000
committertb <>2018-07-10 22:06:14 +0000
commit265d2eba7d6daa9b8c60bbca09c0ed21ccaa608c (patch)
tree6d237bcab226d8f03451822634086051ffd8b44d /src/lib/libcrypto/ec/ec_curve.c
parent0b6b704dd844fd7a8f8afc5534d7f341f709693e (diff)
downloadopenbsd-265d2eba7d6daa9b8c60bbca09c0ed21ccaa608c.tar.gz
openbsd-265d2eba7d6daa9b8c60bbca09c0ed21ccaa608c.tar.bz2
openbsd-265d2eba7d6daa9b8c60bbca09c0ed21ccaa608c.zip
Indent labels by a space so they don't obliterate function names in diffs.
Diffstat (limited to 'src/lib/libcrypto/ec/ec_curve.c')
-rw-r--r--src/lib/libcrypto/ec/ec_curve.c4
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 d4f6c28d1e..7bf85835dc 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.16 2018/03/16 12:31:09 mpi Exp $ */ 1/* $OpenBSD: ec_curve.c,v 1.17 2018/07/10 22:06: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 */
@@ -3235,7 +3235,7 @@ ec_group_new_from_data(const ec_list_element curve)
3235 } 3235 }
3236 } 3236 }
3237 ok = 1; 3237 ok = 1;
3238err: 3238 err:
3239 if (!ok) { 3239 if (!ok) {
3240 EC_GROUP_free(group); 3240 EC_GROUP_free(group);
3241 group = NULL; 3241 group = NULL;