summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 14:07:20 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 14:07:20 +1000
commit75bb664458d5a825824607841819b9a40d9bfdb5 (patch)
tree66487433e1f482f9ff98977a60fb984900d07671 /sshd.c
parentd04db59ad929d289c2dcaa466989659bbc449f6b (diff)
- (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more includes for Linux in
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index 52c21e500..9f14c3354 100644
--- a/sshd.c
+++ b/sshd.c
@@ -68,6 +68,7 @@
68#include <stdio.h> 68#include <stdio.h>
69#include <stdlib.h> 69#include <stdlib.h>
70#include <string.h> 70#include <string.h>
71#include <unistd.h>
71 72
72#include <openssl/dh.h> 73#include <openssl/dh.h>
73#include <openssl/bn.h> 74#include <openssl/bn.h>