aboutsummaryrefslogtreecommitdiff
path: root/lib/polarssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/polarssl.h')
-rw-r--r--lib/polarssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/polarssl.h b/lib/polarssl.h
index 92234e20e..91f63afbf 100644
--- a/lib/polarssl.h
+++ b/lib/polarssl.h
@@ -21,6 +21,7 @@
* KIND, either express or implied.
*
***************************************************************************/
+#include "setup.h"
#ifdef USE_POLARSSL
@@ -39,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