Skip to content

Commit fea9e04

Browse files
committed
Keep urllib3 compatible SSL version prefix
Assisted-by: OpenAI Codex:GPT-5
1 parent 2ab612f commit fea9e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/stdlib/src/ssl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ mod _ssl {
329329
#[pyattr]
330330
const OPENSSL_VERSION_NUMBER: i32 = 0x30300000;
331331
#[pyattr]
332-
const OPENSSL_VERSION: &str = "AWS-LC (rustls/0.23)";
332+
const OPENSSL_VERSION: &str = "OpenSSL 3.3.0-compatible (AWS-LC/rustls 0.23)";
333333
#[pyattr]
334334
const OPENSSL_VERSION_INFO: (i32, i32, i32, i32, i32) = (3, 3, 0, 0, 15);
335335
#[pyattr]

0 commit comments

Comments
 (0)