Skip to content

Commit

Permalink
To use BN_BITS2, we'd better include openssl/bn.h
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#8212)
  • Loading branch information
levitte committed Feb 12, 2019
1 parent c703a80 commit 54b5fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/sparse_array.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

#include <openssl/crypto.h>
#include <openssl/bn.h>
#include "internal/sparse_array.h"

/*
Expand Down

0 comments on commit 54b5fb2

Please sign in to comment.