diff --git a/src/ssl.c b/src/ssl.c index 9055142ec..33ce34a06 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -2178,13 +2178,13 @@ int wolfSSL_CTX_set_tlsext_use_srtp(WOLFSSL_CTX* ctx, const char* profile_str) } /** - * @brief Set the SRTP protection profiles for DTLS. + * @brief Set the SRTP protection profiles for DTLS. * - * @param ssl Pointer to the WOLFSSL structure representing the SSL/TLS - * session. - * @param profile_str A colon-separated string of SRTP profile names. - * @return 0 on success to match OpenSSL - * @return 1 on error to match OpenSSL + * @param ssl Pointer to the WOLFSSL structure representing the SSL/TLS + * session. + * @param profile_str A colon-separated string of SRTP profile names. + * @return 0 on success to match OpenSSL + * @return 1 on error to match OpenSSL */ int wolfSSL_set_tlsext_use_srtp(WOLFSSL* ssl, const char* profile_str) { diff --git a/tests/api/test_dtls.c b/tests/api/test_dtls.c index 2d7305fb1..6de406f10 100644 --- a/tests/api/test_dtls.c +++ b/tests/api/test_dtls.c @@ -1,4 +1,4 @@ -/* dtls.c +/* test_dtls.c * * Copyright (C) 2006-2025 wolfSSL Inc. * diff --git a/tests/api/test_dtls.h b/tests/api/test_dtls.h index 5944ed7cf..68980c3e5 100644 --- a/tests/api/test_dtls.h +++ b/tests/api/test_dtls.h @@ -1,4 +1,4 @@ -/* dtls.h +/* test_dtls.h * * Copyright (C) 2006-2025 wolfSSL Inc. *