diff options
author | 2007-01-29 14:23:31 +0000 | |
---|---|---|
committer | 2007-01-29 14:23:31 +0000 | |
commit | e8fb397908f59550fd620ecf2b57690b90e36ffa (patch) | |
tree | d39727b22f54472822e4c6295416c465997c32f3 /usr.sbin/hoststatectl/parser.c | |
parent | LCD device driver support for luna88k, first step. (diff) | |
download | wireguard-openbsd-e8fb397908f59550fd620ecf2b57690b90e36ffa.tar.xz wireguard-openbsd-e8fb397908f59550fd620ecf2b57690b90e36ffa.zip |
Add SSL support to hoststated.
with help and OK reyk@
with help and advice by claudio@ and Srebrenko Sehic
Diffstat (limited to 'usr.sbin/hoststatectl/parser.c')
-rw-r--r-- | usr.sbin/hoststatectl/parser.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/hoststatectl/parser.c b/usr.sbin/hoststatectl/parser.c index 708fee48bc0..aca5a16c9e9 100644 --- a/usr.sbin/hoststatectl/parser.c +++ b/usr.sbin/hoststatectl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.6 2007/01/29 10:28:11 claudio Exp $ */ +/* $OpenBSD: parser.c,v 1.7 2007/01/29 14:23:31 pyr Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -32,6 +32,8 @@ #include <string.h> #include <event.h> +#include <openssl/ssl.h> + #include "hoststated.h" #include "parser.h" |