From 82271cee5b6369c263213845f8a81be40d5d5585 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 2 May 2000 12:16:01 +0000 Subject: In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>, "Jan Mikkelsen" correctly states that the OpenSSL header files have #include's and extern "C"'s in an incorrect order. Thusly fixed. --- crypto/conf/conf_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto/conf/conf_api.h') diff --git a/crypto/conf/conf_api.h b/crypto/conf/conf_api.h index 05be7d8fb7..a5cc17b233 100644 --- a/crypto/conf/conf_api.h +++ b/crypto/conf/conf_api.h @@ -59,13 +59,13 @@ #ifndef HEADER_CONF_API_H #define HEADER_CONF_API_H +#include +#include + #ifdef __cplusplus extern "C" { #endif -#include -#include - /* Up until OpenSSL 0.9.5a, this was new_section */ CONF_VALUE *_CONF_new_section(CONF *conf, char *section); /* Up until OpenSSL 0.9.5a, this was get_section */ -- cgit v1.2.3