summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-06-30 18:19:36 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-06-30 18:19:36 +0000
commitf4b7795131919f0c37e62da2897c968606d24f58 (patch)
tree07ff9c288551d7c054c76d20c6cf4dc567ee25e4 /lib/libcrypto/ec
parent44d4296e649d4381604921701f171f9054c8e1e3 (diff)
whitespace
Diffstat (limited to 'lib/libcrypto/ec')
-rw-r--r--lib/libcrypto/ec/ecp_smpl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/ec/ecp_smpl.c b/lib/libcrypto/ec/ecp_smpl.c
index 1162d89ca50..d3ee9f5d92c 100644
--- a/lib/libcrypto/ec/ecp_smpl.c
+++ b/lib/libcrypto/ec/ecp_smpl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ecp_smpl.c,v 1.44 2023/04/11 18:58:20 jsing Exp $ */
+/* $OpenBSD: ecp_smpl.c,v 1.45 2023/06/30 18:19:35 tb Exp $ */
/* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
* for the OpenSSL project.
* Includes code written by Bodo Moeller for the OpenSSL project.
@@ -162,7 +162,7 @@ ec_GFp_simple_group_set_curve(EC_GROUP *group,
err:
BN_CTX_end(ctx);
-
+
return ret;
}