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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user