diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 27da3fdbc3..222f9da2a4 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -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); }