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.
#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>