aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
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
parent940767b03f3a9f5ca35a9f001f83c13eef1f5cd7 (diff)
downloadopenssl-536b73e78e5f0d5d81644742591d7e58ed5ddc07.tar.gz
Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asn1/asn1.h2
-rw-r--r--crypto/asn1/n_pkey.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 19414444a5..790e7b967b 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -60,10 +60,10 @@
#define HEADER_ASN1_H
#include <time.h>
+#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_BIO
#include <openssl/bio.h>
#endif
-#include <openssl/e_os2.h>
#include <openssl/bn.h>
#include <openssl/stack.h>
#include <openssl/safestack.h>
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>