Compare commits

...

2 Commits

Author SHA1 Message Date
Aayush Tripathi 19d19a1b9e
Merge 1fb8e8d4ac into 44ef69cffb 2025-07-28 16:52:42 +08:00
Aayush 1fb8e8d4ac Clarify SSL_CERT_DIR list separator on Windows
Fixes #27698
OpenSSL uses `;` as the path delimiter on Windows.
Update the manpage to state this explicitly instead of implying
`:` everywhere.

CLA: trivial
2025-06-17 18:46:49 +05:30
1 changed files with 3 additions and 1 deletions

View File

@ -135,7 +135,9 @@ fingerprints (see above).
=item B<SSL_CERT_DIR>
Colon separated list of directories to operate on.
List of directories to operate on.
On Unix-like systems the list entries are separated by a colon.
On Windows they are separated by a semicolon.
Ignored if directories are listed on the command line.
=back