diff options
author | Linus Nordberg <linus@nordu.net> | 2016-08-31 15:49:11 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-09-21 13:15:11 +0200 |
commit | 00a6c67786a0716749e0cbb1600dd1dbc54d693f (patch) | |
tree | 65ded464e11bcbf41f5c67b2b0392c5d063070db /radsecproxy.c | |
parent | eb85a9842b4dbc5769f407a7253a276afb1f1ae4 (diff) |
Don't call ERR_remove_thread_state().
Not needed as of openssl-1.1, see
https://www.openssl.org/docs/man1.1.0/crypto/ERR_remove_thread_state.html
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 7735a5c..c247d5c 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1983,7 +1983,6 @@ errexit: freeclsrvconf(conf); } freeserver(server, 1); - ERR_remove_thread_state(0); return NULL; } |