mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 00:30:00 -04:00
don't call dst_lib_destroy in t2_vfy
(cherry picked from commit 1106845b4e)
This commit is contained in:
parent
e0f1907562
commit
9eb4bce9e1
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue