From 8a1f6c136a94f322b06dec615df4b0f7cd73a671 Mon Sep 17 00:00:00 2001 From: mrcsys Date: Fri, 6 Jan 2006 15:16:03 +0000 Subject: Updated to take the HAVE_SSL define and act accordingly --- nanohttp/nanohttp-socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-socket.h') diff --git a/nanohttp/nanohttp-socket.h b/nanohttp/nanohttp-socket.h index 58443f3..7410690 100644 --- a/nanohttp/nanohttp-socket.h +++ b/nanohttp/nanohttp-socket.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-socket.h,v 1.17 2006/01/06 14:09:27 snowdrop Exp $ + * $Id: nanohttp-socket.h,v 1.18 2006/01/06 15:16:03 mrcsys Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -47,7 +47,7 @@ typedef int socklen_t; #else typedef struct hsocket_t { -#ifdef HAVA_SSL +#ifdef HAVE_SSL SSL *ssl; #endif int sock; -- cgit v1.1-32-gdbae