]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: revert header removal that snuck into previous
authordjm@openbsd.org <djm@openbsd.org>
Fri, 5 Jul 2019 07:32:01 +0000 (07:32 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 8 Jul 2019 01:44:49 +0000 (11:44 +1000)
OpenBSD-Commit-ID: 3919cdd58989786660b8269b325646ef8856428e

ssh-keygen.c

index d00ce494f8b911b5674e7da70b368fd47625ba86..b019a02ff927da66e0a44fa4cb19c857f1cbb0b2 100644 (file)
@@ -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
@@ -43,6 +43,7 @@
 #include "xmalloc.h"
 #include "sshkey.h"
 #include "authfile.h"
+#include "uuencode.h"
 #include "sshbuf.h"
 #include "pathnames.h"
 #include "log.h"