diff options
Diffstat (limited to 'common/ssl_calls.c')
-rw-r--r-- | common/ssl_calls.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/ssl_calls.c b/common/ssl_calls.c index ce0ba5b9..19f70e53 100644 --- a/common/ssl_calls.c +++ b/common/ssl_calls.c @@ -20,15 +20,16 @@ */ -#include "os_calls.h" -#include "arch.h" - #include <stdlib.h> /* needed for openssl headers */ #include <openssl/rc4.h> #include <openssl/md5.h> #include <openssl/sha.h> #include <openssl/bn.h> +#include "os_calls.h" +#include "arch.h" +#include "ssl_calls.h" + /* rc4 stuff */ /*****************************************************************************/ |