From: Aayush Date: Tue, 17 Jun 2025 13:10:05 +0000 (+0530) Subject: Clarify SSL_CERT_DIR list separator on Windows X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eeae570e01ed7a9c293c2df7cff59ee01c65f74;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Neil Horman Reviewed-by: Frederik Wedel-Heinen MergeDate: Sat Feb 14 23:54:32 2026 (Merged from https://github.com/openssl/openssl/pull/27844) --- diff --git a/doc/man1/openssl-rehash.pod.in b/doc/man1/openssl-rehash.pod.in index fa8c675609d..cefee36f850 100644 --- a/doc/man1/openssl-rehash.pod.in +++ b/doc/man1/openssl-rehash.pod.in @@ -114,7 +114,9 @@ or it is not usable (that is, does not exist or is not executable). =item B -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