Commit a224de3f authored by Ben Laurie's avatar Ben Laurie
Browse files

Reduce header dependencies.

parent f317aa4c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -57,9 +57,11 @@
 */

#include <stdio.h>
#include "cryptlib.h"
#include <sys/types.h>
#include <time.h>
#include <string.h>
#include "e_os.h"
#include "crypto.h"

#if !defined(USE_MD5_RAND) && !defined(USE_SHA1_RAND) && !defined(USE_MDC2_RAND) && !defined(USE_MD2_RAND)
#ifndef NO_MD5
+4 −1
Original line number Diff line number Diff line
@@ -57,10 +57,13 @@
 */

#include <stdio.h>
#include "cryptlib.h"
#include <stdlib.h>
#include <string.h>
#include <memory.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "e_os.h"
#include "rand.h"

#undef BUFSIZE