mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-09 19:42:07 +00:00
Fixup alignment in ssl_server2
This commit is contained in:
parent
10da2a39be
commit
2ccdab8ef3
|
@ -2869,7 +2869,7 @@ int main( int argc, char *argv[] )
|
||||||
#else
|
#else
|
||||||
mbedtls_hmac_drbg_random, &hmac_drbg
|
mbedtls_hmac_drbg_random, &hmac_drbg
|
||||||
#endif /* MBEDTLS_CTR_DRBG_C */
|
#endif /* MBEDTLS_CTR_DRBG_C */
|
||||||
) ) != 0 )
|
) ) != 0 )
|
||||||
{
|
{
|
||||||
mbedtls_printf( " failed\n ! mbedtls_ssl_cookie_setup returned %d\n\n", ret );
|
mbedtls_printf( " failed\n ! mbedtls_ssl_cookie_setup returned %d\n\n", ret );
|
||||||
goto exit;
|
goto exit;
|
||||||
|
|
Loading…
Reference in a new issue