summaryrefslogtreecommitdiffstats
path: root/crypto/sparse_array.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-02-12 19:54:08 +0100
committerRichard Levitte <levitte@openssl.org>2019-02-12 20:33:57 +0100
commit54b5fb2dab8b216c11adfbe6320c27e18a44ffb3 (patch)
treef40f56cbefa2cbcd061f1e304ca7056bfa3c1946 /crypto/sparse_array.c
parentc703a808a1394fea7f77067db20c9508e6964d0b (diff)
To use BN_BITS2, we'd better include openssl/bn.h
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8212)
Diffstat (limited to 'crypto/sparse_array.c')
-rw-r--r--crypto/sparse_array.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/sparse_array.c b/crypto/sparse_array.c
index 8b56b257cf..b256478358 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"
/*