mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Fix pivy-tool list
This commit is contained in:
+1
-3
@@ -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],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user