Commit be9bec9b authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure we get the definition of OPENSSL_NO_RSA.

parent 9c354528
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -56,9 +56,11 @@
 * [including the GNU Public Licence.]
 */

#ifndef OPENSSL_NO_RSA
#include <stdio.h>
#include "cryptlib.h"

#ifndef OPENSSL_NO_RSA

#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>