Make anonymous field of CHUID struct public. Remove spurious -2 instances inside Transaction::transfer_data (the Response object is already eating the status words)
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ const CHUID_TMPL: &[u8] = &[
|
||||
|
||||
/// Cardholder Unique Identifier (CHUID)
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
pub struct CHUID([u8; YKPIV_CARDID_SIZE]);
|
||||
pub struct CHUID(pub [u8; YKPIV_CARDID_SIZE]);
|
||||
|
||||
impl CHUID {
|
||||
/// Generate a random Cardholder Unique Identifier (CHUID)
|
||||
|
||||
Reference in New Issue
Block a user