[openssh-commits] [openssh] 02/05: upstream: revert header removal that snuck into previous

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 8 13:41:16 AEST 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit cec9ee527a12b1f6c2e0a1c155fec64a38d71cf6
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jul 5 07:32:01 2019 +0000

    upstream: revert header removal that snuck into previous
    
    OpenBSD-Commit-ID: 3919cdd58989786660b8269b325646ef8856428e
---
 ssh-keygen.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ssh-keygen.c b/ssh-keygen.c
index d00ce494..b019a02f 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 <ylo at cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo at 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"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list