Commit a7a71d0e authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure strdup() gets properly declared.

parent faff87fd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -56,6 +56,9 @@
 *
 */

#define _XOPEN_SOURCE_EXTENDED	/* to get a proper declaration of strdup() */
#define _XOPEN_SOURCE 500

#include <stdio.h>
#include <string.h>
#include <openssl/engine.h>