2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00
This commit is contained in:
Brian Wellington
2001-07-10 19:08:28 +00:00
parent 3b31ce9da9
commit 5939aa7265

View File

@@ -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 <config.h>
@@ -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 */