diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-08-04 11:09:26 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-08-04 11:09:26 +0000 |
commit | 6db80b43e178afe2c2827bf79b2603a2ae8d48ba (patch) | |
tree | 00295f80d01ab20b5679bc52fd0eb38fce77c122 /usr.sbin/httpd/proc.c | |
parent | e1816f7ad1b4ace088e458217aeafde51a0f7ce3 (diff) |
httpd doesn't support SSL/TLS yet, remove the remaining bits.
The secrect plan is to add it later using the ressl wrapper library.
Diffstat (limited to 'usr.sbin/httpd/proc.c')
-rw-r--r-- | usr.sbin/httpd/proc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/httpd/proc.c b/usr.sbin/httpd/proc.c index 714052d1868..8e522f0c4bd 100644 --- a/usr.sbin/httpd/proc.c +++ b/usr.sbin/httpd/proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.c,v 1.2 2014/08/04 06:35:10 deraadt Exp $ */ +/* $OpenBSD: proc.c,v 1.3 2014/08/04 11:09:25 reyk Exp $ */ /* * Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org> @@ -38,8 +38,6 @@ #include <pwd.h> #include <event.h> -#include <openssl/ssl.h> - #include "httpd.h" void proc_open(struct privsep *, struct privsep_proc *, |