- added missing error messages

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1259 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-07-14 16:56:15 +00:00
parent c2e40211be
commit 82c3efb4bb
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@ const char *sc_strerror(int error)
"Object not found",
"Requested object not found",
"Not supported",
"Passphrase required",
"The key is extractable",
"Decryption failed",
"Wrong padding",
};
const int int_base = -SC_ERROR_INTERNAL;
const char *p15i_errors[] = {