add ykpiv_parse_key()

This commit is contained in:
Klas Lindfors
2014-06-17 10:07:49 +02:00
parent 01c844905a
commit d1b2062721
5 changed files with 40 additions and 30 deletions
+1
View File
@@ -49,6 +49,7 @@ static const err_t errors[] = {
ERR (YKPIV_AUTHENTICATION_ERROR, "Error during authentication"),
ERR (YKPIV_RANDOMNESS_ERROR, "Error getting randomness"),
ERR (YKPIV_GENERIC_ERROR, "Something went wrong."),
ERR (YKPIV_KEY_ERROR, "Error in key"),
};
/**