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
commita7fe13b565d141da544ee36178a90bb52f4939d1 (patch)
tree6d237bcab226d8f03451822634086051ffd8b44d /src/lib/libcrypto/ec/ec_curve.c
parentb62b7e947c1bd8c9c63ae48ad7c4bb7943fe2269 (diff)
downloadopenbsd-a7fe13b565d141da544ee36178a90bb52f4939d1.tar.gz
openbsd-a7fe13b565d141da544ee36178a90bb52f4939d1.tar.bz2
openbsd-a7fe13b565d141da544ee36178a90bb52f4939d1.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;