Skip to content

Commit 611c78d

Browse files
alexbotovq
andauthored
Apply suggestion from @botovq
Co-authored-by: Theo Buehler <[email protected]>
1 parent 541a222 commit 611c78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl/src/cms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bitflags! {
4343
const REUSE_DIGEST = ffi::CMS_REUSE_DIGEST;
4444
const USE_KEYID = ffi::CMS_USE_KEYID;
4545
const DEBUG_DECRYPT = ffi::CMS_DEBUG_DECRYPT;
46-
#[cfg(ossl102)]
46+
#[cfg(any(ossl102, libressl))]
4747
const KEY_PARAM = ffi::CMS_KEY_PARAM;
4848
#[cfg(ossl110)]
4949
const ASCIICRLF = ffi::CMS_ASCIICRLF;

0 commit comments

Comments
 (0)