forked from wolfSSL/wolfssl
Whitespace and filename comment.
This commit is contained in:
committed by
Daniel Pouzzner
parent
7380ec68bb
commit
3075e57207
12
src/ssl.c
12
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)
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* dtls.c
|
||||
/* test_dtls.c
|
||||
*
|
||||
* Copyright (C) 2006-2025 wolfSSL Inc.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* dtls.h
|
||||
/* test_dtls.h
|
||||
*
|
||||
* Copyright (C) 2006-2025 wolfSSL Inc.
|
||||
*
|
||||
|
Reference in New Issue
Block a user