diff options
Diffstat (limited to 'wolfssl/openssl/opensslconf.h')
| -rw-r--r-- | wolfssl/openssl/opensslconf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wolfssl/openssl/opensslconf.h b/wolfssl/openssl/opensslconf.h new file mode 100644 index 0000000..ac6b55b --- /dev/null +++ b/wolfssl/openssl/opensslconf.h @@ -0,0 +1,8 @@ +/* opensslconf.h for openSSL */ + + +#ifndef OPENSSL_THREADS + #define OPENSSL_THREADS +#endif + + |