1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Add dlts_client.c and dtls_server.c

This commit is contained in:
Manuel Pégourié-Gonnard
2014-10-14 11:47:21 +02:00
committed by Paul Bakker
parent dc6a75a952
commit e63582a166
7 changed files with 776 additions and 3 deletions

View File

@ -1436,7 +1436,7 @@ int main( int argc, char *argv[] )
if( ( ret = ssl_cookie_setup( &cookie_ctx,
ctr_drbg_random, &ctr_drbg ) ) != 0 )
{
printf( " failed\n ! ssl_setup_hvr_key returned %d\n\n", ret );
printf( " failed\n ! ssl_cookie_setup returned %d\n\n", ret );
goto exit;
}