summaryrefslogtreecommitdiffstats
path: root/authfd.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-05 13:57:36 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-05 13:57:36 +0000
commit0afcc9f942e697e7c11d03a47a993dc34d9239ee (patch)
treed7c51257686ee594a68a695968135b5369cccddb /authfd.c
parent3c034ae01a7ed8997ff1c8c6c81ed7a099ee038d (diff)
- stevesk@cvs.openbsd.org 2001/02/04 06:30:12
[auth2.c authfd.c packet.c] remove duplicate #include's; ok markus@
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/authfd.c b/authfd.c
index d98f1184..db877e43 100644
--- a/authfd.c
+++ b/authfd.c
@@ -35,7 +35,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $");
+RCSID("$OpenBSD: authfd.c,v 1.35 2001/02/04 15:32:22 stevesk Exp $");
#include <openssl/evp.h>
@@ -52,7 +52,6 @@ RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $");
#include "compat.h"
#include "log.h"
#include "atomicio.h"
-#include "authfd.h"
/* helper */
int decode_reply(int type);