summaryrefslogtreecommitdiff
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 d98f1184e..db877e43e 100644
--- a/authfd.c
+++ b/authfd.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $"); 38RCSID("$OpenBSD: authfd.c,v 1.35 2001/02/04 15:32:22 stevesk Exp $");
39 39
40#include <openssl/evp.h> 40#include <openssl/evp.h>
41 41
@@ -52,7 +52,6 @@ RCSID("$OpenBSD: authfd.c,v 1.33 2001/01/21 19:05:44 markus Exp $");
52#include "compat.h" 52#include "compat.h"
53#include "log.h" 53#include "log.h"
54#include "atomicio.h" 54#include "atomicio.h"
55#include "authfd.h"
56 55
57/* helper */ 56/* helper */
58int decode_reply(int type); 57int decode_reply(int type);