summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2019-10-02 00:42:30 +0000
committerdjm <djm@openbsd.org>2019-10-02 00:42:30 +0000
commit33afd2d747ced8842808a716cf6f134929e278df (patch)
tree8018399fb416f903f80e6f19fa16857560581def /usr.bin/ssh/ssh-keysign.c
parentOnly increment the ps_uvncount counter when a path is successfully added (diff)
downloadwireguard-openbsd-33afd2d747ced8842808a716cf6f134929e278df.tar.xz
wireguard-openbsd-33afd2d747ced8842808a716cf6f134929e278df.zip
remove some duplicate #includes
Diffstat (limited to 'usr.bin/ssh/ssh-keysign.c')
-rw-r--r--usr.bin/ssh/ssh-keysign.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign.c b/usr.bin/ssh/ssh-keysign.c
index 2c87801b84d..0c4ef6a41f6 100644
--- a/usr.bin/ssh/ssh-keysign.c
+++ b/usr.bin/ssh/ssh-keysign.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keysign.c,v 1.60 2019/09/06 05:23:55 djm Exp $ */
+/* $OpenBSD: ssh-keysign.c,v 1.61 2019/10/02 00:42:30 djm Exp $ */
/*
* Copyright (c) 2002 Markus Friedl. All rights reserved.
*
@@ -51,7 +51,6 @@
#include "pathnames.h"
#include "readconf.h"
#include "uidswap.h"
-#include "sshkey.h"
#include "ssherr.h"
extern char *__progname;