Fix compiling with OpenSSL < 1.1.0.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 24 Jun 2016 09:22:24 +0000 (11:22 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 24 Jun 2016 09:22:24 +0000 (11:22 +0200)
src/openssl/rsagen.c

index cdd07f7..b7eb629 100644 (file)
@@ -27,6 +27,7 @@ typedef RSA rsa_t;
 
 #include "../logger.h"
 #include "../rsagen.h"
+#include "../xalloc.h"
 
 /* This function prettyprints the key generation process */