- new error code SC_ERROR_INCOMPATIBLE_KEY

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@550 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-04-17 20:42:54 +00:00
parent 9c5754e6ef
commit b7a22e2df6
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
#define SC_ERROR_PKCS15INIT -1500
#define SC_ERROR_SYNTAX_ERROR -1501
#define SC_ERROR_INCONSISTENT_PROFILE -1502
#define SC_ERROR_INCOMPATIBLE_KEY -1503
/* Errors that do not fit the categories above */
#define SC_ERROR_UNKNOWN -1900