mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-25 22:01:06 +00:00
Fix typo
Fix typo `returnn` -> `return`
This commit is contained in:
parent
aa947f1cef
commit
0810f0babd
|
@ -757,7 +757,7 @@ static mbedtls_tls_prf_types tls_prf_get_type( mbedtls_ssl_tls_prf_cb *tls_prf )
|
||||||
#if defined(MBEDTLS_SSL_PROTO_SSL3)
|
#if defined(MBEDTLS_SSL_PROTO_SSL3)
|
||||||
if( tls_prf == ssl3_prf )
|
if( tls_prf == ssl3_prf )
|
||||||
{
|
{
|
||||||
returnn( MBEDTLS_SSL_TLS_PRF_SSL3 );
|
return( MBEDTLS_SSL_TLS_PRF_SSL3 );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue