]> The Tcpdump Group git mirrors - libpcap/commitdiff
Don't include config.h twice.
authorGuy Harris <[email protected]>
Mon, 7 Jan 2019 05:35:43 +0000 (21:35 -0800)
committerGuy Harris <[email protected]>
Mon, 7 Jan 2019 05:35:43 +0000 (21:35 -0800)
We really shouldn't be including it in *any* header file, but we
*definitely* don't need to, and shouldn't be, including it *here*.  All
of our source files should be including it as the first header file, so
there shouldn't be any need to include it in any other header file.

sslutils.h

index 8e0c32e0cc562dcaf8d0994f46f39d5b1b95d923..185b5723dda7bd6c9ae79a5ac97e2191e441e705 100644 (file)
 #ifndef __SSLUTILS_H__
 #define __SSLUTILS_H__
 
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
 #ifdef HAVE_OPENSSL
 #include <openssl/ssl.h>
 #include <openssl/err.h>