summaryrefslogtreecommitdiff
path: root/authfd.c
diff options
context:
space:
mode:
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);