summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2003-05-28 20:24:20 +0000
committerLutz Jänicke <jaenicke@openssl.org>2003-05-28 20:24:20 +0000
commita598524ad61f3d62914053829bc8357c56ce2111 (patch)
tree25506860c3b067c3db99b4332294d85354e3489e /doc
parent828ce10ce76e829a81e1ba1b5e2b65dc4b06f43a (diff)
Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)
Submitted by: dg@sunet.ru (Daniel Ginsburg) PR: #613
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/s_client.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 47dc93cb3f..d061326c1f 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -168,7 +168,7 @@ command for more information.
send the protocol-specific message(s) to switch to TLS for communication.
B<protocol> is a keyword for the intended protocol. Currently, the only
-supported keyword is "smtp".
+supported keywords are "smtp" and "pop3".
=item B<-engine id>