diff options
| author | 2001-06-20 18:06:11 +0000 | |
|---|---|---|
| committer | 2001-06-20 18:06:11 +0000 | |
| commit | dd39ab30a7e2c7e9ca316c190feca87dc383f81e (patch) | |
| tree | 546e22cd0773367ac6e8ce3a3d8136380794629a /usr.sbin/httpd/src/modules/ssl/mod_ssl.c | |
| parent | Typo. (diff) | |
| download | wireguard-openbsd-dd39ab30a7e2c7e9ca316c190feca87dc383f81e.tar.xz wireguard-openbsd-dd39ab30a7e2c7e9ca316c190feca87dc383f81e.zip | |
merge mod_ssl 2.8.4
--
Ok'd by: beck@
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 311e77f6cbf..04995fb3ea3 100644 --- a/usr.sbin/httpd/src/modules/ssl/mod_ssl.c +++ b/usr.sbin/httpd/src/modules/ssl/mod_ssl.c @@ -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.7 2001/03/29 10:21:46 beck Exp $"; +static char const rcsid[] = "$Id: mod_ssl.c,v 1.8 2001/06/20 18:06:15 brad Exp $"; /* * the table of configuration directives we provide @@ -200,7 +200,7 @@ static command_rec ssl_config_cmds[] = { "(no arguments)") AP_DIR_CMD(Require, AUTHCFG, RAW_ARGS, "Require a boolean expresion to evaluate to true for granting access" - "(arbitraty complex boolean expression - see manual)") + "(arbitrary complex boolean expression - see manual)") AP_END_CMD }; |
