Skip to content

Commit f860249

Browse files
committed
Correct bitflags cfg
1 parent 016e918 commit f860249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl/src/x509/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ pub mod store;
5050
#[cfg(test)]
5151
mod tests;
5252

53+
#[cfg(ossl110)]
5354
bitflags::bitflags! {
54-
#[cfg(ossl110)]
5555
/// KeyUsage bitset
5656
///
5757
/// Refer to KeyUsage extension for details and meaning of every flag

0 commit comments

Comments
 (0)