add error messages

This commit is contained in:
Klas Lindfors
2014-06-25 10:41:00 +02:00
parent 9b5ede8530
commit 58e078af2f
+3
View File
@@ -51,6 +51,9 @@ static const err_t errors[] = {
ERR (YKPIV_GENERIC_ERROR, "Something went wrong."), ERR (YKPIV_GENERIC_ERROR, "Something went wrong."),
ERR (YKPIV_KEY_ERROR, "Error in key"), ERR (YKPIV_KEY_ERROR, "Error in key"),
ERR (YKPIV_PARSE_ERROR, "Parse error"), ERR (YKPIV_PARSE_ERROR, "Parse error"),
ERR (YKPIV_WRONG_PIN, "Wrong PIN code"),
ERR (YKPIV_INVALID_OBJECT, "Object invalid"),
ERR (YKPIV_ALGORITHM_ERROR, "Algorithm error"),
}; };
/** /**