diff options
author | tb <> | 2023-06-30 18:19:35 +0000 |
---|---|---|
committer | tb <> | 2023-06-30 18:19:35 +0000 |
commit | 42667117575942e586641155aedeb571db5e3d43 (patch) | |
tree | 362bf8dc941d076bd09d932474efef11870bc70d /src/lib | |
parent | 381f720c29b5d098065924022851c0a39f95211d (diff) | |
download | openbsd-42667117575942e586641155aedeb571db5e3d43.tar.gz openbsd-42667117575942e586641155aedeb571db5e3d43.tar.bz2 openbsd-42667117575942e586641155aedeb571db5e3d43.zip |
whitespace
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_smpl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_smpl.c b/src/lib/libcrypto/ec/ecp_smpl.c index 1162d89ca5..d3ee9f5d92 100644 --- a/src/lib/libcrypto/ec/ecp_smpl.c +++ b/src/lib/libcrypto/ec/ecp_smpl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_smpl.c,v 1.44 2023/04/11 18:58:20 jsing Exp $ */ | 1 | /* $OpenBSD: ecp_smpl.c,v 1.45 2023/06/30 18:19:35 tb Exp $ */ |
2 | /* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de> | 2 | /* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de> |
3 | * for the OpenSSL project. | 3 | * for the OpenSSL project. |
4 | * Includes code written by Bodo Moeller for the OpenSSL project. | 4 | * Includes code written by Bodo Moeller for the OpenSSL project. |
@@ -162,7 +162,7 @@ ec_GFp_simple_group_set_curve(EC_GROUP *group, | |||
162 | 162 | ||
163 | err: | 163 | err: |
164 | BN_CTX_end(ctx); | 164 | BN_CTX_end(ctx); |
165 | 165 | ||
166 | return ret; | 166 | return ret; |
167 | } | 167 | } |
168 | 168 | ||