Log return value of C_GenerateRandom()

This commit is contained in:
Jakub Jelen 2018-03-15 18:02:49 +01:00 committed by Frank Morgner
parent 0c974a0cc7
commit a6e6cfb6de
1 changed files with 1 additions and 0 deletions

View File

@ -1152,6 +1152,7 @@ CK_RV C_GenerateRandom(CK_SESSION_HANDLE hSession, /* the session's handle */
}
sc_pkcs11_unlock();
sc_log(context, "C_GenerateRandom() = %s", lookup_enum ( RV_T, rv ));
return rv;
}