summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keysign
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2020-04-03 02:26:57 +0000
committerDamien Miller <djm@cvs.openbsd.org>2020-04-03 02:26:57 +0000
commit2586386661cc7dbd67c42858e911510d538f6776 (patch)
tree9bc1f70edf86d06d6f8b89a0dc30a848b292c18c /usr.bin/ssh/ssh-keysign
parent0a9e502fb5f90821bcf7e50896863e66ace08476 (diff)
give ssh-keygen the ability to dump the contents of a binary key
revocation list: ssh-keygen -lQf /path bz#3132; ok dtucker
Diffstat (limited to 'usr.bin/ssh/ssh-keysign')
-rw-r--r--usr.bin/ssh/ssh-keysign/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign/Makefile b/usr.bin/ssh/ssh-keysign/Makefile
index 7505ccda145..90ef21bf108 100644
--- a/usr.bin/ssh/ssh-keysign/Makefile
+++ b/usr.bin/ssh/ssh-keysign/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.20 2020/01/25 23:02:14 djm Exp $
+# $OpenBSD: Makefile,v 1.21 2020/04/03 02:26:56 djm Exp $
.PATH: ${.CURDIR}/..
SRCS= ssh-keysign.c readconf.c compat.c
SRCS+= cleanup.c fatal.c
-SRCS+= uidswap.c
+SRCS+= uidswap.c utf8.c
SRCS+= ${SRCS_BASE} ${SRCS_KEY} ${SRCS_KEYP} ${SRCS_KRL} ${SRCS_PKT} \
${SRCS_UTL} ${SRCS_SK_CLIENT}
PROG= ssh-keysign