aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/n_pkey.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:16:45 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:16:45 +0000
commit536b73e78e5f0d5d81644742591d7e58ed5ddc07 (patch)
tree444575cf33d2ead0bfa3aa8c1bd1245ffa379805 /crypto/asn1/n_pkey.c
parent940767b03f3a9f5ca35a9f001f83c13eef1f5cd7 (diff)
downloadopenssl-536b73e78e5f0d5d81644742591d7e58ed5ddc07.tar.gz
Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA.
Diffstat (limited to 'crypto/asn1/n_pkey.c')
-rw-r--r--crypto/asn1/n_pkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c
index 766b51c538..a5a02e843c 100644
--- a/crypto/asn1/n_pkey.c
+++ b/crypto/asn1/n_pkey.c
@@ -56,9 +56,9 @@
* [including the GNU Public Licence.]
*/
-#ifndef OPENSSL_NO_RSA
#include <stdio.h>
#include "cryptlib.h"
+#ifndef OPENSSL_NO_RSA
#include <openssl/rsa.h>
#include <openssl/objects.h>
#include <openssl/asn1t.h>