Removed redundant inclusion

This commit is contained in:
Paul Bakker 2013-06-30 12:53:14 +02:00
parent 62534dd1d8
commit 3866b9f4b5

View file

@ -34,10 +34,6 @@
#include <stdio.h>
#include <time.h>
#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 )