Because bn_expand2 is declared non-static, it must not be static
That doesn't change even to make a dummy to hide its unavailability. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
c3caf76035
commit
239b84e592
@ -91,7 +91,7 @@
|
|||||||
* avoid possible clashes with libcrypto, we rename it first, using a macro.
|
* avoid possible clashes with libcrypto, we rename it first, using a macro.
|
||||||
*/
|
*/
|
||||||
#define bn_expand2 dummy_bn_expand2
|
#define bn_expand2 dummy_bn_expand2
|
||||||
static BIGNUM *bn_expand2(BIGNUM *b, int words) { return NULL; }
|
BIGNUM *bn_expand2(BIGNUM *b, int words) { return NULL; }
|
||||||
|
|
||||||
#include "../crypto/bn/bn_lcl.h"
|
#include "../crypto/bn/bn_lcl.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user