diff options
author | 2009-06-21 14:48:41 +0000 | |
---|---|---|
committer | 2009-06-21 14:48:41 +0000 | |
commit | 24d1a79b498c51ba172da46be1682b9d2646f83c (patch) | |
tree | 0069e1227aca88eedcf83f75d08361aa47c663b7 /usr.bin/sudo/auth/pam.c | |
parent | Add tags for the benefit of the sync scripts (diff) | |
download | wireguard-openbsd-24d1a79b498c51ba172da46be1682b9d2646f83c.tar.xz wireguard-openbsd-24d1a79b498c51ba172da46be1682b9d2646f83c.zip |
Upgrade to sudo 1.7.2
Diffstat (limited to 'usr.bin/sudo/auth/pam.c')
-rw-r--r-- | usr.bin/sudo/auth/pam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/auth/pam.c b/usr.bin/sudo/auth/pam.c index e8670a520f9..47820ba8a84 100644 --- a/usr.bin/sudo/auth/pam.c +++ b/usr.bin/sudo/auth/pam.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1999-2005, 2007-2009 Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -73,7 +73,7 @@ #endif #ifndef lint -__unused static const char rcsid[] = "$Sudo: pam.c,v 1.67 2009/02/25 12:21:11 millert Exp $"; +__unused static const char rcsid[] = "$Sudo: pam.c,v 1.68 2009/05/25 12:02:42 millert Exp $"; #endif /* lint */ static int sudo_conv __P((int, PAM_CONST struct pam_message **, |