summaryrefslogtreecommitdiff
path: root/authfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/authfd.c b/authfd.c
index f8ee8051d..5c910df13 100644
--- a/authfd.c
+++ b/authfd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfd.c,v 1.79 2006/07/26 13:57:17 stevesk Exp $ */ 1/* $OpenBSD: authfd.c,v 1.80 2006/08/03 03:34:41 deraadt Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -43,16 +43,17 @@
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45 45
46#include <openssl/crypto.h>
46#include <fcntl.h> 47#include <fcntl.h>
47#include <stdlib.h> 48#include <stdlib.h>
49#include <signal.h>
48#include <string.h> 50#include <string.h>
49#include <unistd.h> 51#include <unistd.h>
50 52
53#include "xmalloc.h"
51#include "ssh.h" 54#include "ssh.h"
52#include "rsa.h" 55#include "rsa.h"
53#include "buffer.h" 56#include "buffer.h"
54#include "bufaux.h"
55#include "xmalloc.h"
56#include "key.h" 57#include "key.h"
57#include "authfd.h" 58#include "authfd.h"
58#include "cipher.h" 59#include "cipher.h"