update to 9.7.2rc1
[tridge/bind9.git] / lib / tests / t_api.c
index 07f06390fd7d29f83ca90f4d2b81dc0dae88543d..e8e5d878940ab21240bb099946022937a3d33b1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -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.65.154.2 2010/06/08 23:49:11 tbox 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;