From cda383abe000119e7db0c71e2bfc7d30bfc56452 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 10 Jul 2001 18:53:09 +0000 Subject: [PATCH] don't call dst_algorithm_supported(), an unsupported algorithm will be caught anyway. --- bin/dnssec/dnssec-keygen.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index 8a2d2e1a82..3306460a70 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-keygen.c,v 1.47 2001/02/15 23:26:29 bwelling Exp $ */ +/* $Id: dnssec-keygen.c,v 1.48 2001/07/10 18:53:09 bwelling Exp $ */ #include @@ -217,8 +217,6 @@ main(int argc, char **argv) { if (ret != ISC_R_SUCCESS) fatal("unknown algorithm %s", algname); } - if (dst_algorithm_supported(alg) == ISC_FALSE) - fatal("unsupported algorithm %s", algname); if (type != NULL) { if (strcasecmp(type, "NOAUTH") == 0)