diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-01-29 14:23:32 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2007-01-29 14:23:32 +0000 |
commit | 06d15a1620bd5274567e1bad0e2be7623e5e5fc9 (patch) | |
tree | d52dd07d1c89b6a17880e57fb2cf113fd1b9d3d2 /usr.sbin/hoststated/imsg.c | |
parent | 6306aef59f4a6f6202699665489bfeb95ff5c51c (diff) |
Add SSL support to hoststated.
with help and OK reyk@
with help and advice by claudio@ and Srebrenko Sehic
Diffstat (limited to 'usr.sbin/hoststated/imsg.c')
-rw-r--r-- | usr.sbin/hoststated/imsg.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/hoststated/imsg.c b/usr.sbin/hoststated/imsg.c index fb110a45fb8..83d633e2dc1 100644 --- a/usr.sbin/hoststated/imsg.c +++ b/usr.sbin/hoststated/imsg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg.c,v 1.4 2007/01/09 00:45:32 deraadt Exp $ */ +/* $OpenBSD: imsg.c,v 1.5 2007/01/29 14:23:31 pyr Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -28,6 +28,8 @@ #include <string.h> #include <unistd.h> +#include <openssl/ssl.h> + #include "hoststated.h" void |