]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
don't call dst_lib_destroy in t2_vfy
authorMark Andrews <marka@isc.org>
Wed, 9 Nov 2016 06:03:34 +0000 (17:03 +1100)
committerMark Andrews <marka@isc.org>
Wed, 9 Nov 2016 06:03:34 +0000 (17:03 +1100)
bin/tests/dst/t_dst.c

index 27da3fdbc3100dc7e402e065b33b5848141806eb..222f9da2a4759d6263761608c2935b7c555210b1 100644 (file)
@@ -984,7 +984,6 @@ t2_vfy(char **av) {
        }
 
        if (!dst_algorithm_supported(DST_ALG_RSAMD5)) {
-               dst_lib_destroy();
                t_info("library built without crypto support\n");
                return (T_SKIPPED);
        }