mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Fix build break; add function declaration
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
0a705cef0c
commit
6f58da8811
@ -91,6 +91,7 @@
|
||||
* avoid possible clashes with libcrypto, we rename it first, using a macro.
|
||||
*/
|
||||
#define bn_expand2 dummy_bn_expand2
|
||||
BIGNUM *bn_expand2(BIGNUM *b, int words);
|
||||
BIGNUM *bn_expand2(BIGNUM *b, int words) { return NULL; }
|
||||
|
||||
#include "../crypto/bn/bn_lcl.h"
|
||||
|
Loading…
Reference in New Issue
Block a user