Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-05-02 16:16:01 +0400
committerRichard Levitte <levitte@openssl.org>2000-05-02 16:16:01 +0400
commit82271cee5b6369c263213845f8a81be40d5d5585 (patch)
tree43a5b74770b864de29034a7954b98703b103b920 /e_os2.h
parent22a415478fa196d08a33a3be3f2e20a49b2ef43a (diff)
In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
"Jan Mikkelsen" <janm@transactionsite.com> correctly states that the OpenSSL header files have #include's and extern "C"'s in an incorrect order. Thusly fixed.
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e_os2.h b/e_os2.h
index bd97b921a8..5a25ac7cf6 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -3,12 +3,12 @@
#ifndef HEADER_E_OS2_H
#define HEADER_E_OS2_H
+#include <openssl/opensslconf.h> /* OPENSSL_UNISTD */
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <openssl/opensslconf.h> /* OPENSSL_UNISTD */
-
#ifdef MSDOS
# define OPENSSL_UNISTD_IO <io.h>
# define OPENSSL_DECLARE_EXIT extern void exit(int);