summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/lib/pam_sm_authenticate_secondary.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2011-12-18 17:22:45 +0000
committerdes <des@FreeBSD.org>2011-12-18 17:22:45 +0000
commit50a0ec76972019d46a372f6db8c487475616832b (patch)
tree34ccf2fa5db06d0916d39dec483d31f9cb63657e /contrib/openpam/lib/pam_sm_authenticate_secondary.c
parent4c95353f1de66e5ef55e14c0d2c9e0223ae56a12 (diff)
parent9a25ed673db408d79135934ee39ea88142f9ed4d (diff)
downloadFreeBSD-src-50a0ec76972019d46a372f6db8c487475616832b.zip
FreeBSD-src-50a0ec76972019d46a372f6db8c487475616832b.tar.gz
Upgrade to OpenPAM Lycopsida.
Diffstat (limited to 'contrib/openpam/lib/pam_sm_authenticate_secondary.c')
-rw-r--r--contrib/openpam/lib/pam_sm_authenticate_secondary.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/openpam/lib/pam_sm_authenticate_secondary.c b/contrib/openpam/lib/pam_sm_authenticate_secondary.c
index bde0366..3f3f6bd 100644
--- a/contrib/openpam/lib/pam_sm_authenticate_secondary.c
+++ b/contrib/openpam/lib/pam_sm_authenticate_secondary.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_sm_authenticate_secondary.c 408 2007-12-21 11:36:24Z des $
+ * $Id: pam_sm_authenticate_secondary.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>
OpenPOWER on IntegriCloud