Additionally, rename des_encrypt to des_encrypt1 in files that are
[oweals/openssl.git] / crypto / conf / conf_api.h
index 05be7d8fb7a5c80bc77e872a071f08302e3e7650..a5cc17b233a2379abe8138a674d07f05e2a685c8 100644 (file)
 #ifndef  HEADER_CONF_API_H
 #define HEADER_CONF_API_H
 
+#include <openssl/lhash.h>
+#include <openssl/conf.h>
+
 #ifdef  __cplusplus
 extern "C" {
 #endif
 
-#include <openssl/lhash.h>
-#include <openssl/conf.h>
-
 /* 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 */