#47: C_SignRecover is not implemented at the moment, don't give any promises with C_SignRecoverInit either.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4071 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-02-24 14:06:04 +00:00
parent 6f887e5b62
commit cf4ec4ab3f
1 changed files with 3 additions and 0 deletions

View File

@ -672,6 +672,9 @@ CK_RV C_SignRecoverInit(CK_SESSION_HANDLE hSession, /* the session's handle */
struct sc_pkcs11_object *object;
int rv;
/* FIXME #47: C_SignRecover is not implemented */
return CKR_FUNCTION_NOT_SUPPORTED;
rv = sc_pkcs11_lock();
if (rv != CKR_OK)
return rv;