Fix opcard -> piv-authenticator

This commit is contained in:
Sosthène Guédon
2022-11-04 15:33:10 +01:00
parent f6eeff77c9
commit 2d2de43bc9
+1 -1
View File
@@ -14,7 +14,7 @@
fn main() {
env_logger::init();
trussed::virt::with_ram_client("opcard", |client| {
trussed::virt::with_ram_client("piv-authenticator", |client| {
let card = piv_authenticator::Authenticator::new(client);
let mut virtual_card = piv_authenticator::vpicc::VirtualCard::new(card);
let vpicc = vpicc::connect().expect("failed to connect to vpicc");