Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h

first everywhere in crypto and skip stdio.h and string.h [because it
includes them].
This commit is contained in:
Andy Polyakov
2005-05-17 00:01:48 +00:00
parent 0978dec131
commit 25a66ee3cb
7 changed files with 17 additions and 10 deletions

View File

@@ -59,11 +59,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "cryptlib.h"
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/bio.h>
#include <openssl/lhash.h>
#include "cryptlib.h"
static int mh_mode=CRYPTO_MEM_CHECK_OFF;
/* The state changes to CRYPTO_MEM_CHECK_ON | CRYPTO_MEM_CHECK_ENABLE