summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/stack/stack.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-05-22 20:16:03 +0000
committermiod <miod@openbsd.org>2014-05-22 20:16:03 +0000
commit97996bfd73dd8e64355c53a5d415e7e33fc3c01e (patch)
treef257c118425bc6e67a3c332cd131758e0e1eb8c7 /lib/libcrypto/stack/stack.c
parentIf we have to realloc() "list" we need to zero out the new entries (diff)
downloadwireguard-openbsd-97996bfd73dd8e64355c53a5d415e7e33fc3c01e.tar.xz
wireguard-openbsd-97996bfd73dd8e64355c53a5d415e7e33fc3c01e.zip
Add explicit #include lines for stdio.h, stdlib.h and string.h; these files
used to be pulled via <openssl/pqueue.h> which got removed, and it turns out that there is code in the wild which currently relies upon these headers to be brought in scope by including <openssl/dtls1.h>. Although such code needs to be fixed to not rely upon any system header being automagically included by including ssl headers, our goal is not to break code for the sake of it (ok, maybe from time to time). Hopefully, this commit can be reverted in a not-so-distant future.
Diffstat (limited to 'lib/libcrypto/stack/stack.c')
0 files changed, 0 insertions, 0 deletions