CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/05/22 14:16:03
Modified files: lib/libssl/src/ssl: dtls1.h Log message: 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.