Skip to content

Commit

Permalink
fix test compilation errors if only the feature pkcs8 is enabled (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkjall authored Dec 1, 2023
1 parent cdca012 commit 7d9e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p256/tests/pkcs8.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! PKCS#8 tests

#![cfg(feature = "pkcs8")]
#![cfg(all(feature = "pkcs8", feature = "arithmetic"))]

use hex_literal::hex;
use p256::{
Expand Down

0 comments on commit 7d9e2fe

Please sign in to comment.