diff options
author | tb <> | 2023-05-01 21:15:26 +0000 |
---|---|---|
committer | tb <> | 2023-05-01 21:15:26 +0000 |
commit | 4008817a954adc114f9824d6b5080239c13cd1e0 (patch) | |
tree | ba9d87f038c2b6c6ea96b04d2bd2c60cf71d069c /src/lib/libcrypto/ec/ec_oct.c | |
parent | 254ff9eb3a89ba5b4c29da456c135af328f1ad57 (diff) | |
download | openbsd-4008817a954adc114f9824d6b5080239c13cd1e0.tar.gz openbsd-4008817a954adc114f9824d6b5080239c13cd1e0.tar.bz2 openbsd-4008817a954adc114f9824d6b5080239c13cd1e0.zip |
stray whitespace
Diffstat (limited to 'src/lib/libcrypto/ec/ec_oct.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_oct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_oct.c b/src/lib/libcrypto/ec/ec_oct.c index ee2ae0f4fc..f1b8bc5ffd 100644 --- a/src/lib/libcrypto/ec/ec_oct.c +++ b/src/lib/libcrypto/ec/ec_oct.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_oct.c,v 1.12 2023/04/25 19:53:30 tb Exp $ */ | 1 | /* $OpenBSD: ec_oct.c,v 1.13 2023/05/01 21:15:26 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -120,7 +120,7 @@ EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, | |||
120 | if (ctx == NULL) | 120 | if (ctx == NULL) |
121 | goto err; | 121 | goto err; |
122 | 122 | ||
123 | if (group->meth->point2oct == NULL) { | 123 | if (group->meth->point2oct == NULL) { |
124 | ECerror(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); | 124 | ECerror(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); |
125 | goto err; | 125 | goto err; |
126 | } | 126 | } |