aboutsummaryrefslogtreecommitdiff
path: root/lib/security.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-08-26 11:51:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-08-26 11:51:18 +0200
commit460fb120977e367853afc505a5f699ee0f0ac5a4 (patch)
treeb2b7bb9d46143c4b721fc3d37f09d35a1f9d45be /lib/security.c
parent63d8b3a507bce2f069416d6a8b05625743b41abf (diff)
security.h: rename to curl_sec.h to avoid name collision
I brought back security.h in commit bb5529331334e. As we actually already found out back in 2005 in commit 62970da675249, the file name security.h causes problems so I renamed it curl_sec.h instead.
Diffstat (limited to 'lib/security.c')
-rw-r--r--lib/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/security.c b/lib/security.c
index 7d6eadc3e..508c7b41e 100644
--- a/lib/security.c
+++ b/lib/security.c
@@ -57,7 +57,7 @@
#include "urldata.h"
#include "curl_base64.h"
#include "curl_memory.h"
-#include "security.h"
+#include "curl_sec.h"
#include "ftp.h"
#include "sendf.h"
#include "rawstr.h"