> 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
};
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev