Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, define
_XOPEN_SOURCE.
This commit is contained in:
@@ -64,7 +64,8 @@
|
|||||||
# define _XOPEN_SOURCE_EXTENDED
|
# define _XOPEN_SOURCE_EXTENDED
|
||||||
#endif
|
#endif
|
||||||
#ifdef OPENSSL_SYS_UNIX
|
#ifdef OPENSSL_SYS_UNIX
|
||||||
# define __USE_XOPEN_EXTENDED /* For Linux and probably anything GNU */
|
# define _XOPEN_SOURCE
|
||||||
|
# define _XOPEN_SOURCE_EXTENDED /* For Linux and probably anything GNU */
|
||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
|
@@ -63,7 +63,8 @@
|
|||||||
# define _XOPEN_SOURCE_EXTENDED
|
# define _XOPEN_SOURCE_EXTENDED
|
||||||
#endif
|
#endif
|
||||||
#ifdef OPENSSL_SYS_UNIX
|
#ifdef OPENSSL_SYS_UNIX
|
||||||
# define __USE_XOPEN_EXTENDED /* For Linux and probably anything GNU */
|
# define _XOPEN_SOURCE
|
||||||
|
# define _XOPEN_SOURCE_EXTENDED /* For Linux and probably anything GNU */
|
||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user