diff options
Diffstat (limited to 'lib/dns/dst_result.c')
| -rw-r--r-- | lib/dns/dst_result.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/dns/dst_result.c b/lib/dns/dst_result.c index 797ec3f0..429dbb2f 100644 --- a/lib/dns/dst_result.c +++ b/lib/dns/dst_result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -17,7 +17,7 @@ /*% * Principal Author: Brian Wellington - * $Id: dst_result.c,v 1.5 2007/06/19 23:47:16 tbox Exp $ + * $Id: dst_result.c,v 1.7 2008/04/01 23:47:10 tbox Exp $ */ #include <config.h> @@ -49,7 +49,8 @@ static const char *text[DST_R_NRESULTS] = { "not a key that can compute a secret", /*%< 17 */ "failure computing a shared secret", /*%< 18 */ "no randomness available", /*%< 19 */ - "bad key type" /*%< 20 */ + "bad key type", /*%< 20 */ + "no engine" /*%< 21 */ }; #define DST_RESULT_RESULTSET 2 |
