X-Git-Url: http://git.samba.org/?p=tridge%2Fbind9.git;a=blobdiff_plain;f=lib%2Ftests%2Ft_api.c;fp=lib%2Ftests%2Ft_api.c;h=e8e5d878940ab21240bb099946022937a3d33b1e;hp=07f06390fd7d29f83ca90f4d2b81dc0dae88543d;hb=3f1415b3072139f5bb6ee4691872e493a3fad893;hpb=b9a04d3994441011afbe25299bec1aa63682ee90 diff --git a/lib/tests/t_api.c b/lib/tests/t_api.c index 07f0639..e8e5d87 100644 --- a/lib/tests/t_api.c +++ b/lib/tests/t_api.c @@ -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;