diff options
| author | 2001-03-29 10:21:21 +0000 | |
|---|---|---|
| committer | 2001-03-29 10:21:21 +0000 | |
| commit | 57e0a168d0faa875be76de9a8acb9c5001529d13 (patch) | |
| tree | da8be0c6d7918e1e30df1548d533d4b8145a61a5 /usr.sbin/httpd/src/modules/ssl/mod_ssl.c | |
| parent | new apache manual dirs for 1.3.19 (diff) | |
| download | wireguard-openbsd-57e0a168d0faa875be76de9a8acb9c5001529d13.tar.xz wireguard-openbsd-57e0a168d0faa875be76de9a8acb9c5001529d13.zip | |
Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headers
and mod_expire
Diffstat (limited to 'usr.sbin/httpd/src/modules/ssl/mod_ssl.c')
| -rw-r--r-- | usr.sbin/httpd/src/modules/ssl/mod_ssl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/mod_ssl.c b/usr.sbin/httpd/src/modules/ssl/mod_ssl.c index 71cfe96cad3..311e77f6cbf 100644 --- a/usr.sbin/httpd/src/modules/ssl/mod_ssl.c +++ b/usr.sbin/httpd/src/modules/ssl/mod_ssl.c @@ -9,7 +9,7 @@ */ /* ==================================================================== - * Copyright (c) 1998-2000 Ralf S. Engelschall. All rights reserved. + * Copyright (c) 1998-2001 Ralf S. Engelschall. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -74,7 +74,7 @@ * identify the module to SCCS `what' and RCS `ident' commands */ static char const sccsid[] = "@(#) mod_ssl/" MOD_SSL_VERSION " >"; -static char const rcsid[] = "$Id: mod_ssl.c,v 1.6 2000/12/15 22:18:17 beck Exp $"; +static char const rcsid[] = "$Id: mod_ssl.c,v 1.7 2001/03/29 10:21:46 beck Exp $"; /* * the table of configuration directives we provide |
