Cleanup libcrypto.num and make update
[openssl.git] / ssl / ssl_utst.c
index 25ec77e20b03c99080f5fb32195a913ee00524e5..335cf0d506b83a73342a98a7459be64fd0f99bfb 100644 (file)
 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
 };
 
 const struct openssl_ssl_test_functions *SSL_test_functions(void)