From ab64597b62cc88c80067a8b4c621ea805b3baaef Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Wed, 9 Apr 2025 14:36:29 +0200 Subject: [PATCH] fixup! Move extended master secret testing to test_tls_ext --- tests/api/test_tls_ext.c | 2 +- tests/api/test_tls_ext.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api/test_tls_ext.c b/tests/api/test_tls_ext.c index 9e7c0f6d7..f9338410d 100644 --- a/tests/api/test_tls_ext.c +++ b/tests/api/test_tls_ext.c @@ -1,4 +1,4 @@ -/* test_tls_ems.c +/* test_tls_ext.c * * Copyright (C) 2006-2025 wolfSSL Inc. * diff --git a/tests/api/test_tls_ext.h b/tests/api/test_tls_ext.h index b91114b7d..5fcc10471 100644 --- a/tests/api/test_tls_ext.h +++ b/tests/api/test_tls_ext.h @@ -1,4 +1,4 @@ -/* test_tls_ems.h +/* test_tls_ext.h * * Copyright (C) 2006-2025 wolfSSL Inc. *