Provide a thread stop API

Add the OPENSSL_INIT_thread_stop() function.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell
2016-02-09 09:13:45 +00:00
parent 8793f012f1
commit 71567a6f41
4 changed files with 11 additions and 4 deletions

View File

@@ -65,7 +65,6 @@ struct thread_local_inits_st {
};
void *ossl_init_get_thread_local(int alloc);
int ossl_init_thread_start(uint64_t opts);
void ossl_init_thread_stop(struct thread_local_inits_st *locals);
/*
* OPENSSL_INIT flags. The primary list of these is in crypto.h. Flags below
* are those ommitted from crypto.h because they are "reserverd for internal