From: Guus Sliepen Date: Fri, 24 Jun 2016 09:22:24 +0000 (+0200) Subject: Fix compiling with OpenSSL < 1.1.0. X-Git-Tag: release-1.1pre15~60 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=b1c29464b68d756035acc4b4d1681f05d8831eaf Fix compiling with OpenSSL < 1.1.0. --- diff --git a/src/openssl/rsagen.c b/src/openssl/rsagen.c index cdd07f76..b7eb6299 100644 --- a/src/openssl/rsagen.c +++ b/src/openssl/rsagen.c @@ -27,6 +27,7 @@ typedef RSA rsa_t; #include "../logger.h" #include "../rsagen.h" +#include "../xalloc.h" /* This function prettyprints the key generation process */