Some platforms (namely HP-UX) require the 'x' bit set for shared libraries.
[openssl.git] / crypto / cryptlib.h
index 967385281009c156a19a3315c13850f155287f5a..5eff5d31412e53d3f6bea3f340cf3bed95e5b78b 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#ifdef  __cplusplus
-extern "C" {
-#endif
+#include "openssl/e_os.h"
 
-#include <openssl/e_os.h>
 #include <openssl/crypto.h>
 #include <openssl/buffer.h> 
 #include <openssl/bio.h> 
 #include <openssl/err.h>
 #include <openssl/opensslconf.h>
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 #ifndef VMS
 #define X509_CERT_AREA         OPENSSLDIR
 #define X509_CERT_DIR          OPENSSLDIR "/certs"