Ensure all locks are properly cleaned up

Some locks were not being properly cleaned up during close down.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell
2016-03-11 21:53:18 +00:00
parent 085b386065
commit ff2344052b
9 changed files with 41 additions and 10 deletions

View File

@@ -59,5 +59,6 @@
# define INTERNAL_ERR_H
void err_free_strings_int(void);
void err_cleanup(void);
#endif