From 5939aa72658a9860bfa6c0e66c4b7a14b923e7ef Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 10 Jul 2001 19:08:28 +0000 Subject: [PATCH] wording --- lib/dns/sec/dst/dst_result.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/sec/dst/dst_result.c b/lib/dns/sec/dst/dst_result.c index b280abb9a1..706e2a07b5 100644 --- a/lib/dns/sec/dst/dst_result.c +++ b/lib/dns/sec/dst/dst_result.c @@ -17,7 +17,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_result.c,v 1.17 2001/07/10 04:34:35 bwelling Exp $ + * $Id: dst_result.c,v 1.18 2001/07/10 19:08:28 bwelling Exp $ */ #include @@ -31,7 +31,7 @@ static const char *text[DST_R_NRESULTS] = { "algorithm is unsupported", /* 0 */ "openssl failure", /* 1 */ - "built with no support for crypto", /* 2 */ + "built with no crypto support", /* 2 */ "illegal operation for a null key", /* 3 */ "public key is invalid", /* 4 */ "private key is invalid", /* 5 */