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://git.librecmc.org/?a=commitdiff_plain;h=b1c29464b68d756035acc4b4d1681f05d8831eaf;p=oweals%2Ftinc.git Fix compiling with OpenSSL < 1.1.0. --- diff --git a/src/openssl/rsagen.c b/src/openssl/rsagen.c index cdd07f7..b7eb629 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 */