mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:02:05 -04:00
don't call dst_lib_destroy in t2_vfy
This commit is contained in:
parent
e49d93c22d
commit
1106845b4e
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