Make sure we get the definition of OPENSSL_NO_RSA.

This commit is contained in:
Richard Levitte 2003-03-20 23:34:28 +00:00
parent 9c35452842
commit be9bec9bc7

View File

@ -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>