File 0173-ssl-Correct-documentation.patch of Package erlang
From d8a1baec9e9b32e3d22649100f8ce616570a74d7 Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin <ingela@erlang.org>
Date: Thu, 30 Oct 2025 09:55:27 +0100
Subject: [PATCH] ssl: Correct documentation
---
lib/ssl/src/ssl.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ssl/src/ssl.erl b/lib/ssl/src/ssl.erl
index f57453d4ac..76f4999fd5 100644
--- a/lib/ssl/src/ssl.erl
+++ b/lib/ssl/src/ssl.erl
@@ -1835,7 +1835,7 @@ Certificate related options for a server.
`true`, the server fails if the client does not have a certificate to send, that
is, sends an empty certificate. If set to `false`, it fails only if the client
sends an invalid certificate (an empty certificate is considered valid).
- Defaults to `false`.
+ Defaults to `true`, the default value was changed in OTP-26.0.
- **`{certificate_authorities, ServerCertAuth}`** - Inter-operate hint option
--
2.51.0