From 19a2aa33b179344a25ce7f2c2bdd32776f653b61 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 18 Oct 2018 18:02:13 -0700 Subject: [PATCH] doc: remove reference to sslv3 in tls.md Fixes: https://github.com/nodejs/node/issues/9822 --- doc/api/tls.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 4f3430854e1e41..248d0e83cb0726 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -677,7 +677,6 @@ be returned for server sockets or disconnected client sockets. Example responses include: -* `SSLv3` * `TLSv1` * `TLSv1.1` * `TLSv1.2`