mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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)
This commit is contained in:
parent
c703a808a1
commit
54b5fb2dab
@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/bn.h>
|
||||
#include "internal/sparse_array.h"
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user