aboutsummaryrefslogtreecommitdiff
path: root/lib/polarssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/polarssl.h')
-rw-r--r--lib/polarssl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/polarssl.h b/lib/polarssl.h
index 9e983aac9..91f63afbf 100644
--- a/lib/polarssl.h
+++ b/lib/polarssl.h
@@ -20,8 +20,8 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id: polarssl.h,v 1.10 2009-02-12 20:48:43 danf Exp $
***************************************************************************/
+#include "setup.h"
#ifdef USE_POLARSSL
@@ -40,7 +40,7 @@ int Curl_polarssl_shutdown(struct connectdata *conn, int sockindex);
/* API setup for PolarSSL */
#define curlssl_init() (1)
-#define curlssl_cleanup()
+#define curlssl_cleanup() Curl_nop_stmt
#define curlssl_connect Curl_polarssl_connect
#define curlssl_session_free(x) Curl_polarssl_session_free(x)
#define curlssl_close_all Curl_polarssl_close_all