summaryrefslogtreecommitdiffstats
path: root/test/heartbeat_test.c
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-03-02 22:38:08 +0100
committerKurt Roeckx <kurt@roeckx.be>2016-03-09 19:39:54 +0100
commit885e601d97ff235615809db832874ff8dad9cb24 (patch)
tree03b651018355ee612bca32f395ced7ec5862c067 /test/heartbeat_test.c
parent0d5301aff900970b09d2fe0c70d1038157d7638b (diff)
Use version flexible method instead of fixed version
Reviewed-by: Viktor Dukhovni <viktor@openssl.org> MR: #1824
Diffstat (limited to 'test/heartbeat_test.c')
-rw-r--r--test/heartbeat_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/heartbeat_test.c b/test/heartbeat_test.c
index 453615a8f4..2fda576978 100644
--- a/test/heartbeat_test.c
+++ b/test/heartbeat_test.c
@@ -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,
- DTLSv1_server_method());
+ DTLS_server_method());
fixture.process_heartbeat = dtls1_process_heartbeat;
/*