Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpam/modules/pam_ssh Add the sign client part.



details:   https://anonhg.NetBSD.org/src/rev/d7f6ea493c95
branches:  trunk
changeset: 745405:d7f6ea493c95
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 01 14:50:43 2020 +0000

description:
Add the sign client part.

diffstat:

 lib/libpam/modules/pam_ssh/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 9b4cbfaa1d73 -r d7f6ea493c95 lib/libpam/modules/pam_ssh/Makefile
--- a/lib/libpam/modules/pam_ssh/Makefile       Sun Mar 01 12:23:12 2020 +0000
+++ b/lib/libpam/modules/pam_ssh/Makefile       Sun Mar 01 14:50:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/02/04 03:19:53 christos Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/01 14:50:43 christos Exp $
 # PAM module for SSH
 # $FreeBSD: src/lib/libpam/modules/pam_ssh/Makefile,v 1.18 2004/08/06 07:27:04 cperciva Exp $
 
@@ -10,9 +10,10 @@
 
 SSHSRC=        ${NETBSDSRCDIR}/crypto/external/bsd/openssh/dist
 
+.PATH: ${SSHSRC}
 LIB=   pam_ssh
 MAN=   pam_ssh.8
-SRCS=  pam_ssh.c
+SRCS=  pam_ssh.c ssh-sk-client.c
 
 CPPFLAGS+= -I${SSHSRC}
 



Home | Main Index | Thread Index | Old Index