From 7b8cc9b3458ec3f18b4d4d9ca2a72b6b3e3744c8 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 4 Apr 2016 15:49:21 +0100 Subject: Deprecate OBJ_cleanup() and make it a no-op OBJ_cleanup() should not be called expicitly - we should leave auto-deinit to clean this up instead. Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte --- apps/ts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/ts.c') diff --git a/apps/ts.c b/apps/ts.c index 44e6004c78..ec0cfa9d92 100644 --- a/apps/ts.c +++ b/apps/ts.c @@ -383,7 +383,6 @@ int ts_main(int argc, char **argv) app_RAND_write_file(NULL); NCONF_free(conf); OPENSSL_free(password); - OBJ_cleanup(); return (ret); } -- cgit v1.2.3