From 377f88364e7b93c6cae7afef0169d575f272cf80 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 7 Jun 2011 18:35:42 +0200 Subject: urldata: use uniform inclusion style for OpenSSL headers --- lib/urldata.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/urldata.h b/lib/urldata.h index 6d0de89af..d256968db 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1,5 +1,5 @@ -#ifndef __URLDATA_H -#define __URLDATA_H +#ifndef HEADER_CURL_URLDATA_H +#define HEADER_CURL_URLDATA_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | @@ -71,12 +71,12 @@ #ifdef USE_SSLEAY #ifdef USE_OPENSSL -#include "openssl/rsa.h" -#include "openssl/crypto.h" -#include "openssl/x509.h" -#include "openssl/pem.h" -#include "openssl/ssl.h" -#include "openssl/err.h" +#include +#include +#include +#include +#include +#include #ifdef HAVE_OPENSSL_ENGINE_H #include #endif @@ -84,12 +84,12 @@ #include #endif #else /* SSLeay-style includes */ -#include "rsa.h" -#include "crypto.h" -#include "x509.h" -#include "pem.h" -#include "ssl.h" -#include "err.h" +#include +#include +#include +#include +#include +#include #ifdef HAVE_OPENSSL_ENGINE_H #include #endif @@ -1570,4 +1570,4 @@ struct SessionHandle { #define LIBCURL_NAME "libcurl" -#endif +#endif /* HEADER_CURL_URLDATA_H */ -- cgit v1.2.3