don't call dst_lib_destroy in t2_vfy

(cherry picked from commit 1106845b4e)
This commit is contained in:
Mark Andrews 2016-11-09 17:03:34 +11:00
parent e0f1907562
commit 9eb4bce9e1

View 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);
}