strdup() is a X/Open extension.
This commit is contained in:
parent
460fe31f0c
commit
35618bf6ad
@ -57,8 +57,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <openssl/e_os2.h>
|
||||||
|
#ifdef OPENSSL_SYS_VMS_DECC
|
||||||
|
# define _XOPEN_SOURCE_EXTENDED
|
||||||
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <strings.h>
|
|
||||||
#include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user