Reduce header dependencies.

This commit is contained in:
Ben Laurie 1999-01-25 21:19:12 +00:00
parent f317aa4c9c
commit a224de3f5d
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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