diff options
author | tb <> | 2022-11-19 07:00:57 +0000 |
---|---|---|
committer | tb <> | 2022-11-19 07:00:57 +0000 |
commit | b197546e7fd8128aedea248a6196a0d25734b937 (patch) | |
tree | ea2ed349b4963d6f17652f4f5e962ee6d7cb2183 /src/lib/libcrypto/ec/ecp_oct.c | |
parent | c85d7e98a77173fe38f0421c7cf06dc09bc9a746 (diff) | |
download | openbsd-b197546e7fd8128aedea248a6196a0d25734b937.tar.gz openbsd-b197546e7fd8128aedea248a6196a0d25734b937.tar.bz2 openbsd-b197546e7fd8128aedea248a6196a0d25734b937.zip |
whitespace
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_oct.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_oct.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ec/ecp_oct.c b/src/lib/libcrypto/ec/ecp_oct.c index 177bbe152e..1536b3ee90 100644 --- a/src/lib/libcrypto/ec/ecp_oct.c +++ b/src/lib/libcrypto/ec/ecp_oct.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_oct.c,v 1.14 2021/04/20 17:32:57 tb Exp $ */ | 1 | /* $OpenBSD: ecp_oct.c,v 1.15 2022/11/19 07:00:57 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. |
@@ -66,7 +66,7 @@ | |||
66 | 66 | ||
67 | #include "ec_lcl.h" | 67 | #include "ec_lcl.h" |
68 | 68 | ||
69 | int | 69 | int |
70 | ec_GFp_simple_set_compressed_coordinates(const EC_GROUP * group, | 70 | ec_GFp_simple_set_compressed_coordinates(const EC_GROUP * group, |
71 | EC_POINT * point, const BIGNUM * x_, int y_bit, BN_CTX * ctx) | 71 | EC_POINT * point, const BIGNUM * x_, int y_bit, BN_CTX * ctx) |
72 | { | 72 | { |
@@ -197,7 +197,7 @@ ec_GFp_simple_set_compressed_coordinates(const EC_GROUP * group, | |||
197 | } | 197 | } |
198 | 198 | ||
199 | 199 | ||
200 | size_t | 200 | size_t |
201 | ec_GFp_simple_point2oct(const EC_GROUP * group, const EC_POINT * point, point_conversion_form_t form, | 201 | ec_GFp_simple_point2oct(const EC_GROUP * group, const EC_POINT * point, point_conversion_form_t form, |
202 | unsigned char *buf, size_t len, BN_CTX * ctx) | 202 | unsigned char *buf, size_t len, BN_CTX * ctx) |
203 | { | 203 | { |
@@ -302,7 +302,7 @@ ec_GFp_simple_point2oct(const EC_GROUP * group, const EC_POINT * point, point_co | |||
302 | } | 302 | } |
303 | 303 | ||
304 | 304 | ||
305 | int | 305 | int |
306 | ec_GFp_simple_oct2point(const EC_GROUP * group, EC_POINT * point, | 306 | ec_GFp_simple_oct2point(const EC_GROUP * group, EC_POINT * point, |
307 | const unsigned char *buf, size_t len, BN_CTX * ctx) | 307 | const unsigned char *buf, size_t len, BN_CTX * ctx) |
308 | { | 308 | { |