summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorguenther <>2014-04-18 15:46:50 +0000
committerguenther <>2014-04-18 15:46:50 +0000
commit8afb5cec282389614d971def0e86a909cff42b4a (patch)
tree6628a16dfd453940a58c455381db8eca3d20f37e /src
parent2cc456829e290c8c01ffd29532e961a810d0f05e (diff)
downloadopenbsd-8afb5cec282389614d971def0e86a909cff42b4a.tar.gz
openbsd-8afb5cec282389614d971def0e86a909cff42b4a.tar.bz2
openbsd-8afb5cec282389614d971def0e86a909cff42b4a.zip
Document support for "openssl s_client -starttls lmtp"
Diffstat (limited to '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