aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/polarssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/polarssl.h')
-rw-r--r--lib/vtls/polarssl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/vtls/polarssl.h b/lib/vtls/polarssl.h
index fc0a7ccd9..7109fe5ba 100644
--- a/lib/vtls/polarssl.h
+++ b/lib/vtls/polarssl.h
@@ -26,8 +26,6 @@
#ifdef USE_POLARSSL
-#include <polarssl/sha256.h>
-
/* Called on first use PolarSSL, setup threading if supported */
int Curl_polarssl_init(void);
void Curl_polarssl_cleanup(void);
@@ -58,7 +56,5 @@ extern const struct Curl_ssl Curl_ssl_polarssl;
/* this backends supports CURLOPT_PINNEDPUBLICKEY */
#define have_curlssl_pinnedpubkey 1
-#define curlssl_sha256sum(a,b,c,d) sha256(a,b,c,0)
-
#endif /* USE_POLARSSL */
#endif /* HEADER_CURL_POLARSSL_H */