From: djm@openbsd.org Date: Fri, 5 Jul 2019 07:32:01 +0000 (+0000) Subject: upstream: revert header removal that snuck into previous X-Git-Tag: V_8_1_P1~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec9ee527a12b1f6c2e0a1c155fec64a38d71cf6;p=thirdparty%2Fopenssh-portable.git upstream: revert header removal that snuck into previous OpenBSD-Commit-ID: 3919cdd58989786660b8269b325646ef8856428e --- diff --git a/ssh-keygen.c b/ssh-keygen.c index d00ce494f..b019a02ff 100644 --- a/ssh-keygen.c +++ b/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 * Copyright (c) 1994 Tatu Ylonen , 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"