2913. [func] Add pkcs#11 system tests. [RT #20784]

This commit is contained in:
Mark Andrews
2010-06-07 03:42:37 +00:00
parent e0cc71935a
commit 63af1a646a
13 changed files with 272 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_api.c,v 1.65 2009/03/02 23:47:43 tbox Exp $ */
/* $Id: t_api.c,v 1.66 2010/06/07 03:42:37 marka Exp $ */
/*! \file */
@@ -400,6 +400,9 @@ t_result(int result) {
case T_THREADONLY:
p = "THREADONLY";
break;
case T_PKCS11ONLY:
p = "PKCS11ONLY";
break;
default:
p = "UNKNOWN";
break;