Whitespace and filename comment.

This commit is contained in:
David Garske
2025-02-12 14:57:00 -08:00
committed by Daniel Pouzzner
parent 7380ec68bb
commit 3075e57207
3 changed files with 8 additions and 8 deletions

View File

@ -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)
{

View File

@ -1,4 +1,4 @@
/* dtls.c
/* test_dtls.c
*
* Copyright (C) 2006-2025 wolfSSL Inc.
*

View File

@ -1,4 +1,4 @@
/* dtls.h
/* test_dtls.h
*
* Copyright (C) 2006-2025 wolfSSL Inc.
*