From b7a22e2df67e893a2b19449eb360634867ed4f1a Mon Sep 17 00:00:00 2001 From: okir Date: Wed, 17 Apr 2002 20:42:54 +0000 Subject: [PATCH] - new error code SC_ERROR_INCOMPATIBLE_KEY git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@550 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/libopensc/errors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libopensc/errors.h b/src/libopensc/errors.h index 9f89fc10..df8c9610 100644 --- a/src/libopensc/errors.h +++ b/src/libopensc/errors.h @@ -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