[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Feb 12 19:34:46 UTC 2019


The branch master has been updated
       via  54b5fb2dab8b216c11adfbe6320c27e18a44ffb3 (commit)
      from  c703a808a1394fea7f77067db20c9508e6964d0b (commit)


- Log -----------------------------------------------------------------
commit 54b5fb2dab8b216c11adfbe6320c27e18a44ffb3
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Feb 12 19:54:08 2019 +0100

    To use BN_BITS2, we'd better include openssl/bn.h
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8212)

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

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

diff --git a/crypto/sparse_array.c b/crypto/sparse_array.c
index 8b56b25..b256478 100644
--- a/crypto/sparse_array.c
+++ b/crypto/sparse_array.c
@@ -9,6 +9,7 @@
  */
 
 #include <openssl/crypto.h>
+#include <openssl/bn.h>
 #include "internal/sparse_array.h"
 
 /*


More information about the openssl-commits mailing list