Reduce header dependencies.
This commit is contained in:
parent
f317aa4c9c
commit
a224de3f5d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user