diff options
Diffstat (limited to 'openssl-sys/src')
| -rw-r--r-- | openssl-sys/src/openssl/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-sys/src/openssl/mod.rs b/openssl-sys/src/openssl/mod.rs index b65b6129..51d45575 100644 --- a/openssl-sys/src/openssl/mod.rs +++ b/openssl-sys/src/openssl/mod.rs @@ -33,6 +33,7 @@ pub const SSL_OP_NO_DTLSv1: c_ulong = 0x04000000; #[cfg(ossl102)] pub const SSL_OP_NO_DTLSv1_2: c_ulong = 0x08000000; +#[cfg(ossl102f)] pub const X509_V_ERR_UNSPECIFIED: c_int = 1; pub const CMS_TEXT: c_uint = 0x1; |