summaryrefslogtreecommitdiffstats
path: root/auth2.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 /auth2.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 'auth2.c')
-rw-r--r--auth2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index ca2743a5..9cfb3c1a 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.36 2001/02/04 15:32:22 stevesk Exp $");
#ifdef HAVE_OSF_SIA
# include <sia.h>
@@ -46,7 +46,6 @@ RCSID("$OpenBSD: auth2.c,v 1.34 2001/01/22 23:06:39 markus Exp $");
#include "auth.h"
#include "session.h"
#include "dispatch.h"
-#include "auth.h"
#include "key.h"
#include "cipher.h"
#include "kex.h"