summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keygen.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2019-07-05 07:32:01 +0000
committerdjm <djm@openbsd.org>2019-07-05 07:32:01 +0000
commitcf490a8fb7b8314b4bd524988b8a13757245d237 (patch)
tree80b154ee17860d888f27e5ac1c654e835eb38ad7 /usr.bin/ssh/ssh-keygen.c
parentpretend to handle setting trunkproto, but only support setting it to lacp (diff)
downloadwireguard-openbsd-cf490a8fb7b8314b4bd524988b8a13757245d237.tar.xz
wireguard-openbsd-cf490a8fb7b8314b4bd524988b8a13757245d237.zip
revert header removal that snuck into previous
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
-rw-r--r--usr.bin/ssh/ssh-keygen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c
index 1c32516751c..7f09a922002 100644
--- a/usr.bin/ssh/ssh-keygen.c
+++ b/usr.bin/ssh/ssh-keygen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.334 2019/07/05 04:55:40 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.335 2019/07/05 07:32:01 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -33,6 +33,7 @@
#include "xmalloc.h"
#include "sshkey.h"
#include "authfile.h"
+#include "uuencode.h"
#include "sshbuf.h"
#include "pathnames.h"
#include "log.h"