提交 a224de3f 编写于 作者: B Ben Laurie

Reduce header dependencies.

上级 f317aa4c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册