mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-30 03:34:39 +00:00
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:
parent
0517ffc47c
commit
02e112a885
@ -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.
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user