aboutsummaryrefslogtreecommitdiff
path: root/lib/krb5.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/krb5.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/krb5.c')
-rw-r--r--lib/krb5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/krb5.c b/lib/krb5.c
index cb77e12ce..1643f11a6 100644
--- a/lib/krb5.c
+++ b/lib/krb5.c
@@ -1,6 +1,6 @@
/* GSSAPI/krb5 support for FTP - loosely based on old krb4.c
*
- * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Högskolan
+ * Copyright (c) 1995, 1996, 1997, 1998, 1999, 2013 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* Copyright (c) 2004 - 2012 Daniel Stenberg
* All rights reserved.
@@ -51,7 +51,7 @@
#include "ftp.h"
#include "curl_gssapi.h"
#include "sendf.h"
-#include "security.h"
+#include "curl_sec.h"
#include "curl_memory.h"
#include "warnless.h"