feat: update pkcs11 piv
This commit is contained in:
@@ -284,7 +284,7 @@ cryptoki_fn!(
|
||||
unsafe { *ppFunctionList = std::ptr::addr_of_mut!(FUNC_LIST) };
|
||||
|
||||
native_pkcs11_traits::register_backend(Box::new(
|
||||
native_pkcs11_piv::YubikeyPivBackend {},
|
||||
native_pkcs11_piv::YubikeyPivBackend::new(),
|
||||
));
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user