1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

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 )