Whitespace cleanup in crypto

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1264)
This commit is contained in:
FdaSilvaYY 2016-06-28 22:51:01 +02:00 committed by Rich Salz
parent 0517ffc47c
commit 02e112a885
23 changed files with 30 additions and 31 deletions

View File

@ -284,7 +284,6 @@ int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator,
} else } else
BN_zero(group->cofactor); BN_zero(group->cofactor);
/* /*
* Some groups have an order with * Some groups have an order with
* factors of two, which makes the Montgomery setup fail. * factors of two, which makes the Montgomery setup fail.

View File

@ -90,7 +90,7 @@ int BN_get_flags(const BIGNUM *b, int n);
*/ */
void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags); void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags);
/* Wrapper function to make using BN_GENCB easier, */ /* Wrapper function to make using BN_GENCB easier */
int BN_GENCB_call(BN_GENCB *cb, int a, int b); int BN_GENCB_call(BN_GENCB *cb, int a, int b);
BN_GENCB *BN_GENCB_new(void); BN_GENCB *BN_GENCB_new(void);