From cec9ee527a12b1f6c2e0a1c155fec64a38d71cf6 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Fri, 5 Jul 2019 07:32:01 +0000 Subject: upstream: revert header removal that snuck into previous OpenBSD-Commit-ID: 3919cdd58989786660b8269b325646ef8856428e --- ssh-keygen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ssh-keygen.c') 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" -- cgit v1.2.3