diff options
Diffstat (limited to 'crypto/ec/ec_deprecated.c')
| -rw-r--r-- | crypto/ec/ec_deprecated.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/ec/ec_deprecated.c b/crypto/ec/ec_deprecated.c index 905b56063835..c05785e0df50 100644 --- a/crypto/ec/ec_deprecated.c +++ b/crypto/ec/ec_deprecated.c @@ -19,9 +19,9 @@ #ifndef OPENSSL_NO_DEPRECATED_3_0 BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, - const EC_POINT *point, - point_conversion_form_t form, - BIGNUM *ret, BN_CTX *ctx) + const EC_POINT *point, + point_conversion_form_t form, + BIGNUM *ret, BN_CTX *ctx) { size_t buf_len = 0; unsigned char *buf; @@ -39,7 +39,7 @@ BIGNUM *EC_POINT_point2bn(const EC_GROUP *group, } EC_POINT *EC_POINT_bn2point(const EC_GROUP *group, - const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) + const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) { size_t buf_len = 0; unsigned char *buf; |
