diff options
Diffstat (limited to 'cookie.c')
| -rw-r--r-- | cookie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cookie.c b/cookie.c index b5f5beb..5579d71 100644 --- a/cookie.c +++ b/cookie.c @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef NOSSL +#if !defined(NOSSL) || !NOSSL #include <sys/types.h> #include <sys/queue.h> |