summaryrefslogtreecommitdiffstats
path: root/src/openssl-thread.h
blob: f3117609bb15e05b371d66b9f8ec4467a8b78a2f (plain)
1
2
3
4
5
6
7
#ifndef fooopensslhfoo
#define fooopensslhfoo

void openssl_thread_setup(void);
void openssl_thread_cleanup(void);

#endif