summaryrefslogtreecommitdiff
path: root/cups/md5passwd.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-24 14:32:08 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-24 14:32:08 +0000
commit71e160228f56370c40a47637d85d07c230052e86 (patch)
tree00d1c9b78a365ca7518f7bba195275135e6e3430 /cups/md5passwd.c
parent54afec335014303dba3c6eabe5393adce9e660ad (diff)
downloadcups-71e160228f56370c40a47637d85d07c230052e86.tar.gz
Merge changes from CUPS 1.5svn-r9049 (private header support)
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1992 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/md5passwd.c')
-rw-r--r--cups/md5passwd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cups/md5passwd.c b/cups/md5passwd.c
index 2dd3c122c..777073a00 100644
--- a/cups/md5passwd.c
+++ b/cups/md5passwd.c
@@ -1,9 +1,9 @@
/*
* "$Id: md5passwd.c 6649 2007-07-11 21:46:42Z mike $"
*
- * MD5 password support for the Common UNIX Printing System (CUPS).
+ * MD5 password support for CUPS.
*
- * Copyright 2007 by Apple Inc.
+ * Copyright 2007-2010 by Apple Inc.
* Copyright 1997-2005 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -27,7 +27,7 @@
*/
#include "http-private.h"
-#include "string.h"
+#include "string-private.h"
/*