diff options
Diffstat (limited to '')
-rw-r--r-- | session_id.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/session_id.c b/session_id.c index 66c2442..158a6cf 100644 --- a/session_id.c +++ b/session_id.c @@ -31,16 +31,10 @@ * it is called the key_id and is currently 2 bits long. */ -#ifdef WIN32 -#include "config-win32.h" -#else -#include "config.h" -#endif +#include "syshead.h" #if defined(USE_CRYPTO) && defined(USE_SSL) -#include "syshead.h" - #include "error.h" #include "common.h" #include "crypto.h" |