From 9eb4bce9e1ff166efbcc8123d0de7ed9c7452b45 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 9 Nov 2016 17:03:34 +1100 Subject: [PATCH] don't call dst_lib_destroy in t2_vfy (cherry picked from commit 1106845b4e1a5e9796ed90ad35cf5cde55c70588) --- bin/tests/dst/t_dst.c | 1 - 1 file changed, 1 deletion(-) 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); }