Skip to content
Snippets Groups Projects
Commit b998b04c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

urldate: undef hideous memory defines

The public axTLS header (at least as of 1.2.7) redefines the memory
functions. We #undef those again immediately after the public header to
limit the damage. This should be fixed in axTLS.
parent 68b2a981
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,9 @@
#ifdef USE_AXTLS
#include <axTLS/ssl.h>
#undef malloc
#undef calloc
#undef realloc
#endif /* USE_AXTLS */
#ifdef HAVE_NETINET_IN_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment