Browse code

Remove #include "config.h" from ssl_polarssl.h

This include is superfluous, as all callers already include config.h -
and under certain combinations of configure options and syshead.h

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Alon Bar-Lev <alon.barlev@gmail.com>
Message-Id: 20120614144454.GX1059@greenie.muc.de
URL: http://article.gmane.org/gmane.network.openvpn.devel/6723
Signed-off-by: David Sommerseth <davids@redhat.com>

Gert Doering authored on 2012/06/14 23:41:37
Showing 1 changed files
... ...
@@ -31,7 +31,6 @@
31 31
 #define SSL_POLARSSL_H_
32 32
 
33 33
 #include <polarssl/ssl.h>
34
-#include "config.h"
35 34
 
36 35
 #if defined(ENABLE_PKCS11)
37 36
 #include <polarssl/pkcs11.h>