mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
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
|
* @param ssl Pointer to the WOLFSSL structure representing the SSL/TLS
|
||||||
* session.
|
* session.
|
||||||
* @param profile_str A colon-separated string of SRTP profile names.
|
* @param profile_str A colon-separated string of SRTP profile names.
|
||||||
* @return 0 on success to match OpenSSL
|
* @return 0 on success to match OpenSSL
|
||||||
* @return 1 on error to match OpenSSL
|
* @return 1 on error to match OpenSSL
|
||||||
*/
|
*/
|
||||||
int wolfSSL_set_tlsext_use_srtp(WOLFSSL* ssl, const char* profile_str)
|
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.
|
* Copyright (C) 2006-2025 wolfSSL Inc.
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* dtls.h
|
/* test_dtls.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2025 wolfSSL Inc.
|
* Copyright (C) 2006-2025 wolfSSL Inc.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user