From: Rich Salz Date: Sat, 12 Mar 2016 01:36:33 +0000 (-0500) Subject: Fix build break; add function declaration X-Git-Tag: OpenSSL_1_1_0-pre4~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6f58da88119723f2b3a9ae53d0c71a64a5086312;p=oweals%2Fopenssl.git Fix build break; add function declaration Reviewed-by: Richard Levitte --- diff --git a/test/bntest.c b/test/bntest.c index 57ccc1eb35..e58d94d117 100644 --- a/test/bntest.c +++ b/test/bntest.c @@ -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"