projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b241fef
)
Make it more clear what option -WWW to s_server does.
author
Ralf S. Engelschall
<rse@openssl.org>
Tue, 9 Mar 1999 13:09:07 +0000
(13:09 +0000)
committer
Ralf S. Engelschall
<rse@openssl.org>
Tue, 9 Mar 1999 13:09:07 +0000
(13:09 +0000)
apps/s_server.c
patch
|
blob
|
history
diff --git
a/apps/s_server.c
b/apps/s_server.c
index dbe8a801e9ff5252e2166b21edcd5aeebe652af5..df2ff5dc31ae9f952709114d0afb23a5160c3010 100644
(file)
--- a/
apps/s_server.c
+++ b/
apps/s_server.c
@@
-218,7
+218,7
@@
static void sv_usage()
BIO_printf(bio_err," -no_tls1 - Just disable TLSv1\n");
BIO_printf(bio_err," -bugs - Turn on SSL bug compatability\n");
BIO_printf(bio_err," -www - Respond to a 'GET /' with a status page\n");
- BIO_printf(bio_err," -WWW - Re
turns requested page from to a 'GET <path> HTTP/1.0'
\n");
+ BIO_printf(bio_err," -WWW - Re
spond to a 'GET /<path> HTTP/1.0' with file ./<path>
\n");
}
static int local_argc=0;