Fix compiling with OpenSSL < 1.1.0.

This commit is contained in:
Guus Sliepen 2016-06-24 11:22:24 +02:00
parent 9a9f6fac00
commit b1c29464b6

View file

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