Add missing bn.h include
authorMatt Caswell <matt@openssl.org>
Tue, 25 Oct 2016 21:13:17 +0000 (22:13 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Nov 2016 10:38:54 +0000 (10:38 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/ossl_shim/ossl_shim.cc

index eb87848d5211543421d98f105d5415fad5a6ad92..1cfb72c393ec88eb014b9d234f96a089100de781 100644 (file)
@@ -42,6 +42,7 @@ OPENSSL_MSVC_PRAGMA(comment(lib, "Ws2_32.lib"))
 
 #include <openssl/bio.h>
 #include <openssl/buffer.h>
+#include <openssl/bn.h>
 #include <openssl/crypto.h>
 #include <openssl/dh.h>
 #include <openssl/err.h>