[openssh-commits] [openssh] 11/14: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 15 15:55:10 AEST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit c355bf306ac33de6545ce9dac22b84a194601e2f
Author: markus at openbsd.org <markus at openbsd.org>
Date: Wed Jul 8 20:24:02 2015 +0000
upstream commit
no need to include the old buffer/key API
Upstream-ID: fb13c9f7c0bba2545f3eb0a0e69cb0030819f52b
---
ssh-agent.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/ssh-agent.c b/ssh-agent.c
index 34b19b7..a335ea3 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.203 2015/05/15 05:44:21 dtucker Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.204 2015/07/08 20:24:02 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -72,9 +72,6 @@
# include <util.h>
#endif
-#include "key.h" /* XXX for typedef */
-#include "buffer.h" /* XXX for typedef */
-
#include "xmalloc.h"
#include "ssh.h"
#include "rsa.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list