aboutsummaryrefslogtreecommitdiff
path: root/testcode/petal.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcode/petal.c')
-rw-r--r--testcode/petal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testcode/petal.c b/testcode/petal.c
index a54181c372f1..24d94a556969 100644
--- a/testcode/petal.c
+++ b/testcode/petal.c
@@ -642,8 +642,6 @@ int main(int argc, char* argv[])
do_service(addr, port, key, cert);
CRYPTO_cleanup_all_ex_data();
- ERR_remove_state(0);
ERR_free_strings();
- RAND_cleanup();
return 0;
}