Make sure we get the definition of OPENSSL_NO_RSA.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:34:28 +0000 (23:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:34:28 +0000 (23:34 +0000)
crypto/evp/p_open.c

index 5a933d1cda380e20c30e8b9a4bacd6aea7b2877f..bc3940847dec6ef993a5fbde42b1d48bafb63edd 100644 (file)
  * [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>