From 7d9e2fe5b09dd196960e7923fe364646038c89ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Fri, 1 Dec 2023 17:19:08 +0100 Subject: [PATCH] fix test compilation errors if only the feature pkcs8 is enabled (#997) --- p256/tests/pkcs8.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p256/tests/pkcs8.rs b/p256/tests/pkcs8.rs index 6c3bfece..e9468ef7 100644 --- a/p256/tests/pkcs8.rs +++ b/p256/tests/pkcs8.rs @@ -1,6 +1,6 @@ //! PKCS#8 tests -#![cfg(feature = "pkcs8")] +#![cfg(all(feature = "pkcs8", feature = "arithmetic"))] use hex_literal::hex; use p256::{