The branch master has been updated
       via  6f58da88119723f2b3a9ae53d0c71a64a5086312 (commit)
      from  0a705cef0c920a10e1373478dac1a56c6de1fdd4 (commit)


- Log -----------------------------------------------------------------
commit 6f58da88119723f2b3a9ae53d0c71a64a5086312
Author: Rich Salz <[email protected]>
Date:   Fri Mar 11 20:36:33 2016 -0500

    Fix build break; add function declaration
    
    Reviewed-by: Richard Levitte <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 test/bntest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/bntest.c b/test/bntest.c
index 57ccc1e..e58d94d 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"
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to