mirror of
https://github.com/curl/curl.git
synced 2026-07-22 19:47:16 +03:00
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.
This commit is contained in:
parent
68b2a9818b
commit
b998b04c02
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue