From 5eb1921a641d3baf1efe63f7ab56e40db3bfc5de Mon Sep 17 00:00:00 2001 From: okir Date: Wed, 17 Apr 2002 08:55:39 +0000 Subject: [PATCH] - new error code SC_ERROR_PASSPHRASE_REQUIRED git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@528 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 cf9c2298..8fe372da 100644 --- a/src/libopensc/errors.h +++ b/src/libopensc/errors.h @@ -69,6 +69,7 @@ #define SC_ERROR_OBJECT_NOT_VALID -1406 #define SC_ERROR_OBJECT_NOT_FOUND -1407 #define SC_ERROR_NOT_SUPPORTED -1408 +#define SC_ERROR_PASSPHRASE_REQUIRED -1409 /* Relating to PKCS #15 init stuff */ #define SC_ERROR_PKCS15INIT -1500