don't call dst_lib_destroy in t2_vfy

This commit is contained in:
Mark Andrews 2016-11-09 17:03:34 +11:00
parent e49d93c22d
commit 1106845b4e

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