summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2015-07-08 20:24:02 +0000
committerDamien Miller <djm@mindrot.org>2015-07-15 15:37:16 +1000
commitc355bf306ac33de6545ce9dac22b84a194601e2f (patch)
tree7e073f589fffe057d3841f9c9fa3f18e885442b1
parenta3cc48cdf9853f1e832d78cb29bedfab7adce1ee (diff)
upstream commit
no need to include the old buffer/key API Upstream-ID: fb13c9f7c0bba2545f3eb0a0e69cb0030819f52b
-rw-r--r--ssh-agent.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 34b19b75..a335ea33 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@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@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"