From 3866b9f4b5e36325dc5e48229bfc2c3a82a1a122 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Sun, 30 Jun 2013 12:53:14 +0200 Subject: [PATCH] Removed redundant inclusion --- library/ssl_cli.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 366277d25..96fba23e4 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -34,10 +34,6 @@ #include #include -#if defined(POLARSSL_SHA4_C) -#include "polarssl/sha4.h" -#endif - static void ssl_write_hostname_ext( ssl_context *ssl, unsigned char *buf, size_t *olen )