mainloop.c - malloc without a prototype
authorStuart Henderson <stu@spacehopper.org>
Sun, 8 Jul 2012 15:23:05 +0000 (17:23 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 8 Jul 2012 21:49:01 +0000 (22:49 +0100)
commit2a6f1f8141c6027002357e2457172c8536e8f70b
tree0216a4cafb3dacea0d29755d6138051a59992961
parent6c9850cb1919de61345dfa61f0661d301dfbdd3a
mainloop.c - malloc without a prototype

I noticed a little problem building OpenConnect against gnutls 3;
mainloop.c uses malloc() in queue_new_packet(), somewhere in the chain
of openssl headers stdlib.h gets pulled in so it works ok there, but
this isn't the case with a gnutls build.

Signed-off-by: Stuart Henderson <sthen@openbsd.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
mainloop.c
www/changelog.xml