Make placeholder fn private, for now.

This commit is contained in:
Heiko Schaefer 2021-08-26 14:47:41 +02:00
parent 7e03ea5642
commit 6001eacfa1

View file

@ -121,26 +121,27 @@ impl CardApp {
Ok(resp.data()?.to_vec())
}
pub fn get_ca_fingerprints() {
fn get_ca_fingerprints() {
unimplemented!()
}
pub fn get_key_information() {
fn get_key_information() {
unimplemented!()
}
pub fn get_uif_pso_cds() {
fn get_uif_pso_cds() {
unimplemented!()
}
pub fn get_uif_pso_dec() {
fn get_uif_pso_dec() {
unimplemented!()
}
pub fn get_uif_pso_aut() {
fn get_uif_pso_aut() {
unimplemented!()
}
pub fn get_uif_attestation() {
fn get_uif_attestation() {
unimplemented!()
}