aboutsummaryrefslogtreecommitdiff
path: root/contrib/openpam/lib/pam_authenticate.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2011-12-18 17:22:45 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2011-12-18 17:22:45 +0000
commit7f106882fe02eed8861e8e9df7ab1e1100283cc0 (patch)
tree34ccf2fa5db06d0916d39dec483d31f9cb63657e /contrib/openpam/lib/pam_authenticate.c
parent263b790117fe175573ade8ed170a32d3a0c005f4 (diff)
parent432a3b2760a05003e8c2290f4832e0743ac86f89 (diff)
downloadsrc-7f106882fe02eed8861e8e9df7ab1e1100283cc0.tar.gz
src-7f106882fe02eed8861e8e9df7ab1e1100283cc0.zip
Upgrade to OpenPAM Lycopsida.
Notes
Notes: svn path=/head/; revision=228692
Diffstat (limited to 'contrib/openpam/lib/pam_authenticate.c')
-rw-r--r--contrib/openpam/lib/pam_authenticate.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/openpam/lib/pam_authenticate.c b/contrib/openpam/lib/pam_authenticate.c
index 3b5a78d119ad..fc6c20f394dc 100644
--- a/contrib/openpam/lib/pam_authenticate.c
+++ b/contrib/openpam/lib/pam_authenticate.c
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2002-2003 Networks Associates Technology, Inc.
- * Copyright (c) 2004-2007 Dag-Erling Smørgrav
+ * Copyright (c) 2004-2011 Dag-Erling Smørgrav
* All rights reserved.
*
* This software was developed for the FreeBSD Project by ThinkSec AS and
@@ -32,9 +32,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pam_authenticate.c 408 2007-12-21 11:36:24Z des $
+ * $Id: pam_authenticate.c 437 2011-09-13 12:00:13Z des $
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <sys/param.h>
#include <security/pam_appl.h>