"Unsupported" might be easier to understand.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2626 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-30 06:35:29 +00:00
parent 10fa4a6962
commit 90d0046a24
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ const char *sc_strerror(int error)
"The key is extractable", "The key is extractable",
"Decryption failed", "Decryption failed",
"Wrong padding", "Wrong padding",
"Wrong card", "Unsupported card",
"Unable to load external module", "Unable to load external module",
}; };
const int int_base = -SC_ERROR_INTERNAL; const int int_base = -SC_ERROR_INTERNAL;