summaryrefslogtreecommitdiff
path: root/ssh-keysign.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-10-02 00:42:30 +0000
committerDamien Miller <djm@mindrot.org>2019-10-02 10:43:47 +1000
commitd0c3ac427f6c52b872d6617421421dd791664445 (patch)
tree4f2236f676e01ea17cea889e13798c3078e4182d /ssh-keysign.c
parent084682786d9275552ee93857cb36e43c446ce92c (diff)
upstream: remove some duplicate #includes
OpenBSD-Commit-ID: ed6827ab921eff8027669848ef4f70dc1da4098c
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r--ssh-keysign.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 2ff86756e..3ede407d3 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keysign.c,v 1.60 2019/09/06 05:23:55 djm Exp $ */ 1/* $OpenBSD: ssh-keysign.c,v 1.61 2019/10/02 00:42:30 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 2002 Markus Friedl. All rights reserved.
4 * 4 *
@@ -58,7 +58,6 @@
58#include "pathnames.h" 58#include "pathnames.h"
59#include "readconf.h" 59#include "readconf.h"
60#include "uidswap.h" 60#include "uidswap.h"
61#include "sshkey.h"
62#include "ssherr.h" 61#include "ssherr.h"
63 62
64extern char *__progname; 63extern char *__progname;