Skip to content

Commit aace8f7

Browse files
committed
Remove use of deprecated attribute types
Signed-off-by: Keith Koskie <[email protected]>
1 parent 01d170c commit aace8f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cryptoki/src/object.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ impl AttributeType {
209209
CKA_DESTROYABLE => String::from(stringify!(CKA_DESTROYABLE)),
210210
CKA_EC_PARAMS => String::from(stringify!(CKA_EC_PARAMS)),
211211
CKA_EC_POINT => String::from(stringify!(CKA_EC_POINT)),
212-
CKA_SECONDARY_AUTH => String::from(stringify!(CKA_SECONDARY_AUTH)),
213-
CKA_AUTH_PIN_FLAGS => String::from(stringify!(CKA_AUTH_PIN_FLAGS)),
214212
CKA_ALWAYS_AUTHENTICATE => String::from(stringify!(CKA_ALWAYS_AUTHENTICATE)),
215213
CKA_WRAP_WITH_TRUSTED => String::from(stringify!(CKA_WRAP_WITH_TRUSTED)),
216214
CKA_OTP_FORMAT => String::from(stringify!(CKA_OTP_FORMAT)),

0 commit comments

Comments
 (0)