summaryrefslogtreecommitdiff
path: root/tests/tls13/prf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tls13/prf.c')
-rw-r--r--tests/tls13/prf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tls13/prf.c b/tests/tls13/prf.c
index 6cc96580dd..a8a529bcb8 100644
--- a/tests/tls13/prf.c
+++ b/tests/tls13/prf.c
@@ -314,6 +314,8 @@ static void server(int fd)
gnutls_protocol_get_name
(gnutls_protocol_get_version(session)));
+ check_prfs(session);
+
/* do not wait for the peer to close the connection.
*/
gnutls_bye(session, GNUTLS_SHUT_WR);