Because it may be needed in public header files, move the definition
of OPENSSL_NO_FP_API on existence of OPENSSL_SYS_MSDOS to e_os2.h.
This commit is contained in:
parent
b24668626e
commit
d4a47a5778
2
e_os.h
2
e_os.h
@ -184,7 +184,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef WIN16
|
||||
# define OPENSSL_NO_FP_API
|
||||
# define MS_CALLBACK _far _loadds
|
||||
# define MS_FAR _far
|
||||
#else
|
||||
@ -193,6 +192,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef OPENSSL_NO_STDIO
|
||||
# undef OPENSSL_NO_FP_API
|
||||
# define OPENSSL_NO_FP_API
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user