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/1fbd5932f8bb
branches: trunk
changeset: 969779:1fbd5932f8bb
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 e69608ac65ca -r 1fbd5932f8bb 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