We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541a222 commit 611c78dCopy full SHA for 611c78d
openssl/src/cms.rs
@@ -43,7 +43,7 @@ bitflags! {
43
const REUSE_DIGEST = ffi::CMS_REUSE_DIGEST;
44
const USE_KEYID = ffi::CMS_USE_KEYID;
45
const DEBUG_DECRYPT = ffi::CMS_DEBUG_DECRYPT;
46
- #[cfg(ossl102)]
+ #[cfg(any(ossl102, libressl))]
47
const KEY_PARAM = ffi::CMS_KEY_PARAM;
48
#[cfg(ossl110)]
49
const ASCIICRLF = ffi::CMS_ASCIICRLF;
0 commit comments