diff options
Diffstat (limited to 'tls_compat.c')
| -rw-r--r-- | tls_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tls_compat.c b/tls_compat.c index cde80a9..94b2528 100644 --- a/tls_compat.c +++ b/tls_compat.c @@ -1,6 +1,6 @@ #include "tls_compat.h" -#ifndef NOSSL +#if !defined(NOSSL) || !NOSSL #include <string.h> #include <unistd.h> |