projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a705ce
)
Fix build break; add function declaration
author
Rich Salz
<rsalz@openssl.org>
Sat, 12 Mar 2016 01:36:33 +0000
(20:36 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Sat, 12 Mar 2016 01:36:33 +0000
(20:36 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/bntest.c
patch
|
blob
|
history
diff --git
a/test/bntest.c
b/test/bntest.c
index 57ccc1eb353d1693b19e75480f3b47dc3d5cfae2..e58d94d1170e787ce94eb4b52a1759fef364c9f7 100644
(file)
--- 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"