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/6e02d10d83a9
branches: trunk
changeset: 1007814:6e02d10d83a9
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 3ae38e0bf290 -r 6e02d10d83a9 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