summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-02-09 12:13:09 +0000
committerhenning <henning@openbsd.org>2005-02-09 12:13:09 +0000
commitf77baffda39036968a63b48323ccf6d0338c64ad (patch)
treeebafd053384e646eb827b79582e476bac7c8c851 /usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c
parentmissing tzset(), noticed by Chris Kuethe <chris.kuethe@gmail.com> (diff)
downloadwireguard-openbsd-f77baffda39036968a63b48323ccf6d0338c64ad.tar.xz
wireguard-openbsd-f77baffda39036968a63b48323ccf6d0338c64ad.zip
cleanup and unifdef'ing, no change in object files
work by Daniel Ouellet <daniel@presscom.net>
Diffstat (limited to 'usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c')
-rw-r--r--usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c b/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c
index 863b7c4a01a..0d6227a9528 100644
--- a/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c
+++ b/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_engine_init.c,v 1.26 2004/12/06 13:14:10 henning Exp $ */
+/* $OpenBSD: ssl_engine_init.c,v 1.27 2005/02/09 12:13:10 henning Exp $ */
/* _ _
** _ __ ___ ___ __| | ___ ___| | mod_ssl
@@ -608,9 +608,7 @@ void ssl_init_ConfigureServer(server_rec *s, pool *p, SSLSrvConfigRec *sc)
* Disallow a session from being resumed during a renegotiation,
* so that an acceptable cipher suite can be negotiated.
*/
-#ifdef SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION
SSL_CTX_set_options(ctx, SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION);
-#endif
/*
* Configure callbacks for SSL context