From 34a9629a260c995df6ad5ca0e52299ddff69a290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 31 Oct 2022 10:59:58 +0100 Subject: [PATCH] Fix pivy-tool list --- src/piv_types.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/piv_types.rs b/src/piv_types.rs index b4e7765..04e9de5 100644 --- a/src/piv_types.rs +++ b/src/piv_types.rs @@ -344,9 +344,7 @@ impl Default for CardHolderUniqueIdentifier<'static> { fasc_n: DEFAULT_FASC_N, guid: hex!("00000000000040008000000000000000"), expiration_date: *b"99991231", - // cardholder_uuid: None, - // at least pivy only checks for non-empty entry - issuer_asymmetric_signature: b" ", + issuer_asymmetric_signature: b"", error_detection_code: [0u8; 0], } }