summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:26:46 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:26:46 +0000
commit741dae576fdfaaa4030e386791edc32852388286 (patch)
treee729c6a1e69fec36425b6ab3ccdcb7bd43ddc452 /crypto/pem/pem.h
parent59ade20500db906b11a9e7420ee811d210fe0aa2 (diff)
Make sure we get the definition of OPENSSL_NO_BIO.
Diffstat (limited to 'crypto/pem/pem.h')
-rw-r--r--crypto/pem/pem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h
index 02dd9f2b67..57a2cfe92c 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -59,6 +59,7 @@
#ifndef HEADER_PEM_H
#define HEADER_PEM_H
+#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_BIO
#include <openssl/bio.h>
#endif
@@ -68,7 +69,6 @@
#include <openssl/evp.h>
#include <openssl/x509.h>
#include <openssl/pem2.h>
-#include <openssl/e_os2.h>
#ifdef __cplusplus
extern "C" {