]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove #include "config.h" from ssl_polarssl.h
authorGert Doering <gert@greenie.muc.de>
Thu, 14 Jun 2012 14:41:37 +0000 (16:41 +0200)
committerDavid Sommerseth <davids@redhat.com>
Fri, 15 Jun 2012 10:54:56 +0000 (12:54 +0200)
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>
src/openvpn/ssl_polarssl.h

index 2b02a6fdde6fe9d608221bd0cb826475243da335..456573f590cde737de9803eb79fca96d8324aae2 100644 (file)
@@ -31,7 +31,6 @@
 #define SSL_POLARSSL_H_
 
 #include <polarssl/ssl.h>
-#include "config.h"
 
 #if defined(ENABLE_PKCS11)
 #include <polarssl/pkcs11.h>