[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sat Mar 12 01:36:48 UTC 2016


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


- Log -----------------------------------------------------------------
commit 6f58da88119723f2b3a9ae53d0c71a64a5086312
Author: Rich Salz <rsalz at openssl.org>
Date:   Fri Mar 11 20:36:33 2016 -0500

    Fix build break; add function declaration
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

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"


More information about the openssl-commits mailing list