More consistently include config.h

This commit is contained in:
TingPing
2014-12-15 22:57:27 -05:00
parent 76c2cfebc3
commit aeb5d15871
22 changed files with 33 additions and 16 deletions

View File

@@ -29,7 +29,7 @@
#ifdef WIN32
#include <openssl/rand.h> /* RAND_seed() */
#endif
#include "../../config.h"
#include "config.h"
#include <time.h> /* asctime() */
#include <string.h> /* strncpy() */
#include "ssl.h" /* struct cert_info */