From 5ba4987a4048f1ad3002bc047279cb633429d7d1 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 2 Nov 2020 15:20:19 +0100 Subject: [PATCH] Add missing comma in list of SSL versions --- doc/src/sgml/sslinfo.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/sslinfo.sgml b/doc/src/sgml/sslinfo.sgml index e5d7cff97a..0ef4acfeb5 100644 --- a/doc/src/sgml/sslinfo.sgml +++ b/doc/src/sgml/sslinfo.sgml @@ -52,7 +52,7 @@ - Returns the name of the protocol used for the SSL connection (e.g., TLSv1.0 + Returns the name of the protocol used for the SSL connection (e.g., TLSv1.0, TLSv1.1, or TLSv1.2).