add comment about Gnuk pin change precondition

This commit is contained in:
Heiko Schaefer 2021-10-27 12:07:59 +02:00
parent 3407cd3a39
commit 1d4f058858

View file

@ -542,6 +542,7 @@ pub fn test_change_pw(
let mut out = vec![];
// first do admin-less pw1 on gnuk
// (NOTE: Gnuk requires a key to be loaded before allowing pw changes!)
println!("change pw1");
ca.change_pw1("123456", "abcdef00")?;