mirror of
https://github.com/openssl/openssl.git
synced 2024-11-28 12:35:22 +08:00
Make sure we get the definition of OPENSSL_NO_CAST.
This commit is contained in:
parent
78951e7711
commit
0c7d61ee0e
@ -63,6 +63,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <openssl/opensslconf.h>
|
||||||
|
|
||||||
#ifdef OPENSSL_NO_CAST
|
#ifdef OPENSSL_NO_CAST
|
||||||
#error CAST is disabled.
|
#error CAST is disabled.
|
||||||
#endif
|
#endif
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_CAST is defined */
|
||||||
|
|
||||||
#include "../e_os.h"
|
#include "../e_os.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user