mirror of
https://github.com/openssl/openssl.git
synced 2025-04-18 20:40:45 +08:00
Fix windows build after too aggressive e_os.h removal
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4187)
This commit is contained in:
parent
b99fe5f492
commit
9ef73a6fd9
@ -13,6 +13,7 @@
|
||||
#include <ctype.h>
|
||||
|
||||
#include <internal/nelem.h>
|
||||
#include "../e_os.h"
|
||||
#include <internal/numbers.h>
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/crypto.h>
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
#include <internal/nelem.h>
|
||||
#include "../e_os.h"
|
||||
#include "ssl_test_ctx.h"
|
||||
#include "testutil.h"
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <internal/nelem.h>
|
||||
#include "../e_os.h"
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/x509v3.h>
|
||||
#include "testutil.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user