opensslconf.h
1 /* opensslconf.h for openSSL */
2 
3 
4 #ifndef OPENSSL_THREADS
5  #define OPENSSL_THREADS
6 #endif
7 
8