+64
−0
+26
−6
openssl-sys/src/ssl_options.rs
0 → 100644
+46
−0
+46
−29
Loading
The OpenSSL "SSL_OP_*" flags are in constant flux between different OpenSSL versions. To avoid having to change the Rust definitions, we implement our own numbering system in Rust, and use an automatically-generated C shim to convert the bitflags at runtime.