summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src
diff options
context:
space:
mode:
authorguenther <>2014-04-18 15:46:50 +0000
committerguenther <>2014-04-18 15:46:50 +0000
commit459220e3e7a697ba175aafb9109d18843a2a115e (patch)
tree6628a16dfd453940a58c455381db8eca3d20f37e /src/lib/libssl/src
parentc418adf51b69cbee6492ffce61f43485ba392d92 (diff)
downloadopenbsd-459220e3e7a697ba175aafb9109d18843a2a115e.tar.gz
openbsd-459220e3e7a697ba175aafb9109d18843a2a115e.tar.bz2
openbsd-459220e3e7a697ba175aafb9109d18843a2a115e.zip
Document support for "openssl s_client -starttls lmtp"
Diffstat (limited to 'src/lib/libssl/src')
-rw-r--r--src/lib/libssl/src/doc/apps/s_client.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/apps/s_client.pod b/src/lib/libssl/src/doc/apps/s_client.pod
index 3215b2e8c9..445260d91a 100644
--- a/src/lib/libssl/src/doc/apps/s_client.pod
+++ b/src/lib/libssl/src/doc/apps/s_client.pod
@@ -209,7 +209,7 @@ command for more information.
209 209
210send the protocol-specific message(s) to switch to TLS for communication. 210send the protocol-specific message(s) to switch to TLS for communication.
211B<protocol> is a keyword for the intended protocol. Currently, the only 211B<protocol> is a keyword for the intended protocol. Currently, the only
212supported keywords are "smtp", "pop3", "imap", and "ftp". 212supported keywords are "smtp", "lmtp", "pop3", "imap", and "ftp".
213 213
214=item B<-tlsextdebug> 214=item B<-tlsextdebug>
215 215