build failure when using OPENSSL_NO_HEARTBEATS

2014-05-23 Thread Lukas Tribus
Hey guys! Since commit 6af080acaf (Unit/regression test for TLS heartbeats.), when compiling master/OpenSSL_1_0_2-stable/OpenSSL_1_0_1-stable with -DOPENSSL_NO_HEARTBEATS the build fails with: heartbeat_test.c: In function ‘set_up_dtls’: heartbeat_test.c:127:30: error: ‘dtls1_process_heartbeat’

Re: build failure when using OPENSSL_NO_HEARTBEATS

2014-05-22 Thread Mike Bland
Just opened https://github.com/openssl/openssl/pull/110 with a fix. Mike On Thu, May 22, 2014 at 2:28 PM, Lukas Tribus luky...@hotmail.com wrote: Hey guys! Since commit 6af080acaf (Unit/regression test for TLS heartbeats.), when compiling master/OpenSSL_1_0_2-stable/OpenSSL_1_0_1-stable with