From fc5b2203bfe80a4ac1b3c2c3ff536247514df304 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 74aaf1b2af3..b87fc6a2a50 100644 --- a/doc/src/sgml/sslinfo.sgml +++ b/doc/src/sgml/sslinfo.sgml @@ -47,7 +47,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). -- 2.47.2