提交 6f58da88 编写于 作者: R Rich Salz

Fix build break; add function declaration

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 0a705cef
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册