From 2e45fdea284dcf07c19cf81c169824ae6e28ccd6 Mon Sep 17 00:00:00 2001 From: mlelstv Date: Sat, 10 May 2008 19:25:20 +0000 Subject: new openssl returns const method objects. --- libexec/httpd/ssl-bozo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/httpd/ssl-bozo.c b/libexec/httpd/ssl-bozo.c index 32dac59e0a7..d33eeb23864 100644 --- a/libexec/httpd/ssl-bozo.c +++ b/libexec/httpd/ssl-bozo.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssl-bozo.c,v 1.3 2008/03/03 22:15:09 mrg Exp $ */ +/* $NetBSD: ssl-bozo.c,v 1.4 2008/05/10 19:25:20 mlelstv Exp $ */ /* $eterna: ssl-bozo.c,v 1.7 2008/03/03 03:36:12 mrg Exp $ */ @@ -44,7 +44,7 @@ #include "bozohttpd.h" static SSL_CTX *ssl_context; -static SSL_METHOD *ssl_method; +static const SSL_METHOD *ssl_method; static SSL *bozossl; static char *certificate_file; static char *privatekey_file; -- cgit