aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-11 20:36:33 -0500
committerRich Salz <rsalz@openssl.org>2016-03-11 20:36:33 -0500
commit6f58da88119723f2b3a9ae53d0c71a64a5086312 (patch)
tree27cefb2592c8019897e0af2564e8614a0fbd189b /test
parent0a705cef0c920a10e1373478dac1a56c6de1fdd4 (diff)
downloadopenssl-6f58da88119723f2b3a9ae53d0c71a64a5086312.tar.gz
Fix build break; add function declaration
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/bntest.c1
1 files changed, 1 insertions, 0 deletions
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"