add ASN1_INTEGER type to d2i_test
[openssl.git] / test / heartbeat_test.c
index 453615a8f42694abe91061450feb2fdc6d697701..2fda5769786b0812f69ed8150218dad20cc7b156 100644 (file)
@@ -124,7 +124,7 @@ static HEARTBEAT_TEST_FIXTURE set_up(const char *const test_case_name,
 static HEARTBEAT_TEST_FIXTURE set_up_dtls(const char *const test_case_name)
 {
     HEARTBEAT_TEST_FIXTURE fixture = set_up(test_case_name,
 static HEARTBEAT_TEST_FIXTURE set_up_dtls(const char *const test_case_name)
 {
     HEARTBEAT_TEST_FIXTURE fixture = set_up(test_case_name,
-                                            DTLSv1_server_method());
+                                            DTLS_server_method());
     fixture.process_heartbeat = dtls1_process_heartbeat;
 
     /*
     fixture.process_heartbeat = dtls1_process_heartbeat;
 
     /*