diff options
author | des <des@FreeBSD.org> | 2002-12-16 14:33:18 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-12-16 14:33:18 +0000 |
commit | 7966ff24b5238d36ecd0fce943ba5db101374b4e (patch) | |
tree | c779e7a06d74383f844a85058839ceb740a54fe7 /lib/libpam/modules/pam_ssh/pam_ssh.h | |
parent | fd3073ae3b7cdc5084f79a1cdedd0f2b1804e31b (diff) | |
download | FreeBSD-src-7966ff24b5238d36ecd0fce943ba5db101374b4e.zip FreeBSD-src-7966ff24b5238d36ecd0fce943ba5db101374b4e.tar.gz |
Merge in most non-style differences from Andrew Korty's pam_ssh 1.7.
Diffstat (limited to 'lib/libpam/modules/pam_ssh/pam_ssh.h')
-rw-r--r-- | lib/libpam/modules/pam_ssh/pam_ssh.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpam/modules/pam_ssh/pam_ssh.h b/lib/libpam/modules/pam_ssh/pam_ssh.h index 19a99ec..133ecb2 100644 --- a/lib/libpam/modules/pam_ssh/pam_ssh.h +++ b/lib/libpam/modules/pam_ssh/pam_ssh.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1999, 2000 Andrew J. Korty + * Copyright (c) 1999, 2000, 2001 Andrew J. Korty * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,10 +23,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id: pam_ssh.h,v 1.4 2002/04/09 01:15:18 akorty Exp $ * $FreeBSD$ * */ + #define SSH_CLIENT_DIR ".ssh" #define MODULE_NAME "pam_ssh" |