summaryrefslogtreecommitdiffstats
path: root/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.c')
-rw-r--r--crypto.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/crypto.c b/crypto.c
index 5b723b3..81d4f48 100644
--- a/crypto.c
+++ b/crypto.c
@@ -22,16 +22,10 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifdef WIN32
-#include "config-win32.h"
-#else
-#include "config.h"
-#endif
+#include "syshead.h"
#ifdef USE_CRYPTO
-#include "syshead.h"
-
#include "crypto.h"
#include "error.h"
#include "misc.h"