summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/async.h
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-04-26 18:39:51 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-04-26 18:39:51 +0200
commit74a8acbdfb2c7f398d1ae2fe914cd32b437f6df4 (patch)
treef363aa794ddcc832e3429079e2ddf672f796f0ab /crypto/include/internal/async.h
parentbc6614484563f975a380bc97e907ce289036b802 (diff)
Fix memleaks in async api
Fixes: #5950 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6038)
Diffstat (limited to 'crypto/include/internal/async.h')
-rw-r--r--crypto/include/internal/async.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/include/internal/async.h b/crypto/include/internal/async.h
index db56258f29..747e0b87dc 100644
--- a/crypto/include/internal/async.h
+++ b/crypto/include/internal/async.h
@@ -11,4 +11,5 @@
int async_init(void);
void async_deinit(void);
+void async_delete_thread_state(void);