[openssl-dev] Openssl-SNAP-20160214 issues

Salz, Rich rsalz at akamai.com
Sun Feb 14 20:36:43 UTC 2016


> Please explain why

My guess would be a bug. :)

For these kinds of things, it helps to give the config line you used.

AT any rate, see if this fixes it.  Add this line to ssl_utst.c:
static const struct openssl_ssl_test_functions ssl_test_functions = {
    ssl_init_wbio_buffer,
    ssl3_setup_buffers,
# ifndef OPENSSL_NO_HEARTBEATS
#undef dtls1_process_heartbeat		<<<< NEW LINE
    dtls1_process_heartbeat
# endif
};




More information about the openssl-dev mailing list