Fix compilation without deprecated OpenSSL APIs
[oweals/tinc.git] / src / net_setup.c
index cac7455d3a16f44add273ac4d41d2cc53963e0f8..f26007bda07ff27d248f98166f0133fce2a2e8e3 100644 (file)
@@ -27,6 +27,7 @@
 #include <openssl/rand.h>
 #include <openssl/err.h>
 #include <openssl/evp.h>
+#include <openssl/bn.h>
 
 #include "avl_tree.h"
 #include "conf.h"