diff options
| author | tb <> | 2023-06-30 18:19:35 +0000 |
|---|---|---|
| committer | tb <> | 2023-06-30 18:19:35 +0000 |
| commit | ae12691784d286e8d0b43e9ae5210e964598b1dc (patch) | |
| tree | 362bf8dc941d076bd09d932474efef11870bc70d /src | |
| parent | c111c67219ce3e64e18b69cac66db4f26b34a254 (diff) | |
| download | openbsd-ae12691784d286e8d0b43e9ae5210e964598b1dc.tar.gz openbsd-ae12691784d286e8d0b43e9ae5210e964598b1dc.tar.bz2 openbsd-ae12691784d286e8d0b43e9ae5210e964598b1dc.zip | |
whitespace
Diffstat (limited to 'src')
| -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 | ||
