diff options
| author | 2005-02-09 12:13:09 +0000 | |
|---|---|---|
| committer | 2005-02-09 12:13:09 +0000 | |
| commit | f77baffda39036968a63b48323ccf6d0338c64ad (patch) | |
| tree | ebafd053384e646eb827b79582e476bac7c8c851 /usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c | |
| parent | missing tzset(), noticed by Chris Kuethe <chris.kuethe@gmail.com> (diff) | |
| download | wireguard-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.c | 4 |
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 |
