Commit bc708af4 authored by Matt Caswell's avatar Matt Caswell
Browse files

Add missing bn.h include

parent b289bff8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>