Fossil SCM
Amend [2b6ad00ea3]: Minor wording improvements to `fossil ssl-config show -v' output.
Commit
a9b075af835a9950f6bf78046098438f5ebc9a531d155ff689d6d66343001aa4
Parent
042a750aa60d2a6…
1 file changed
+3
-3
+3
-3
| --- src/http_ssl.c | ||
| +++ src/http_ssl.c | ||
| @@ -1068,13 +1068,13 @@ | ||
| 1068 | 1068 | fossil_print(" OpenSSL-winstore: %s\n", |
| 1069 | 1069 | (SSLeay()>=0x30200000 && SSLeay()!=0x30500000) ? "Yes" : "No"); |
| 1070 | 1070 | if( verbose ){ |
| 1071 | 1071 | fossil_print("\n" |
| 1072 | 1072 | " OpenSSL 3.2.0, or newer, but not version 3.5.0 due to a bug,\n" |
| 1073 | - " the root certificates are managed by the Windows operating\n" | |
| 1074 | - " system. The installed root certificates are listed by the\n" | |
| 1075 | - " command:\n\n" | |
| 1073 | + " are able to use the root certificates managed by the Windows\n" | |
| 1074 | + " operating system. The installed root certificates are listed\n" | |
| 1075 | + " by the command:\n\n" | |
| 1076 | 1076 | " certutil -store \"ROOT\"\n\n" |
| 1077 | 1077 | ); |
| 1078 | 1078 | } |
| 1079 | 1079 | #endif /* _WIN32 */ |
| 1080 | 1080 | |
| 1081 | 1081 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -1068,13 +1068,13 @@ | |
| 1068 | fossil_print(" OpenSSL-winstore: %s\n", |
| 1069 | (SSLeay()>=0x30200000 && SSLeay()!=0x30500000) ? "Yes" : "No"); |
| 1070 | if( verbose ){ |
| 1071 | fossil_print("\n" |
| 1072 | " OpenSSL 3.2.0, or newer, but not version 3.5.0 due to a bug,\n" |
| 1073 | " the root certificates are managed by the Windows operating\n" |
| 1074 | " system. The installed root certificates are listed by the\n" |
| 1075 | " command:\n\n" |
| 1076 | " certutil -store \"ROOT\"\n\n" |
| 1077 | ); |
| 1078 | } |
| 1079 | #endif /* _WIN32 */ |
| 1080 | |
| 1081 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -1068,13 +1068,13 @@ | |
| 1068 | fossil_print(" OpenSSL-winstore: %s\n", |
| 1069 | (SSLeay()>=0x30200000 && SSLeay()!=0x30500000) ? "Yes" : "No"); |
| 1070 | if( verbose ){ |
| 1071 | fossil_print("\n" |
| 1072 | " OpenSSL 3.2.0, or newer, but not version 3.5.0 due to a bug,\n" |
| 1073 | " are able to use the root certificates managed by the Windows\n" |
| 1074 | " operating system. The installed root certificates are listed\n" |
| 1075 | " by the command:\n\n" |
| 1076 | " certutil -store \"ROOT\"\n\n" |
| 1077 | ); |
| 1078 | } |
| 1079 | #endif /* _WIN32 */ |
| 1080 | |
| 1081 |