]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authormarkus@openbsd.org <markus@openbsd.org>
Wed, 8 Jul 2015 20:24:02 +0000 (20:24 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 15 Jul 2015 05:37:16 +0000 (15:37 +1000)
no need to include the old buffer/key API

Upstream-ID: fb13c9f7c0bba2545f3eb0a0e69cb0030819f52b

ssh-agent.c

index 34b19b754ec10a970dd48e0f6da6a90bfe5a0b65..a335ea33d76fdc8881605c9d95b8d6771cc64362 100644 (file)
@@ -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"