Commit 5f3ee04088 for openssl.org

commit 5f3ee04088c85720bba605e768751184879d26f4
Author: Harry Betts <harrybetts06@proton.me>
Date:   Fri May 8 21:55:49 2026 +1000

    openssl-s_client.pod.in: remove mention of empty -alpn handling

    The functionality was removed in e78253f2d0c1 "Ignore empty ALPN
    elements in CLI args".

    CLA: trivial
    Complements: e78253f2d0c1 "Ignore empty ALPN elements in CLI args"
    Resolves: https://github.com/openssl/openssl/issues/31088

    Reviewed-by: Matt Caswell <matt@openssl.foundation>
    Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
    Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
    MergeDate: Mon May 11 07:01:42 2026
    (Merged from https://github.com/openssl/openssl/pull/31119)

diff --git a/doc/man1/openssl-s_client.pod.in b/doc/man1/openssl-s_client.pod.in
index a58b5759e9..eec81948ff 100644
--- a/doc/man1/openssl-s_client.pod.in
+++ b/doc/man1/openssl-s_client.pod.in
@@ -726,9 +726,6 @@ The I<protocols> list is a comma-separated list of protocol names that
 the client should advertise support for. The list should contain the most
 desirable protocols first.  Protocol names are printable ASCII strings,
 for example "http/1.1" or "spdy/3".
-An empty list of protocols is treated specially and will cause the
-client to advertise support for the TLS extension but disconnect just
-after receiving ServerHello with a list of server supported protocols.
 The flag B<-nextprotoneg> cannot be specified if B<-tls1_3> is used.

 =item B<-ct>, B<-noct>