Fix build-break

Combination of heartbeats and unit-tests.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Rich Salz 2016-02-14 16:23:27 -05:00 committed by Rich Salz
parent 3544091ae0
commit 77b8ad1840

View file

@ -60,6 +60,7 @@ 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
dtls1_process_heartbeat
# endif
};