Fix compiling with OpenSSL < 1.1.0.
[tinc] / 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 */