summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.c
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2014-08-04 11:09:26 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2014-08-04 11:09:26 +0000
commit6db80b43e178afe2c2827bf79b2603a2ae8d48ba (patch)
tree00295f80d01ab20b5679bc52fd0eb38fce77c122 /usr.sbin/httpd/httpd.c
parente1816f7ad1b4ace088e458217aeafde51a0f7ce3 (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/httpd.c')
-rw-r--r--usr.sbin/httpd/httpd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.c b/usr.sbin/httpd/httpd.c
index e201b404e8e..c807dd4ed45 100644
--- a/usr.sbin/httpd/httpd.c
+++ b/usr.sbin/httpd/httpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: httpd.c,v 1.12 2014/08/02 09:54:13 reyk Exp $ */
+/* $OpenBSD: httpd.c,v 1.13 2014/08/04 11:09:25 reyk Exp $ */
/*
* Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org>
@@ -42,8 +42,6 @@
#include <sha1.h>
#include <md5.h>
-#include <openssl/ssl.h>
-
#include "httpd.h"
__dead void usage(void);