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

@@ -57,12 +57,12 @@
*/
#include <string.h>
#include "cryptlib.h"
#include <openssl/e_os2.h>
#include <openssl/buffer.h>
#include <openssl/ui.h>
#include <openssl/err.h>
#include "ui_locl.h"
#include "cryptlib.h"
IMPLEMENT_STACK_OF(UI_STRING_ST)