Fix merge issue

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-15 11:58:10 +02:00
parent 862d503c01
commit b85725c958

View File

@ -96,7 +96,7 @@ cleanup:
if( ret != 0 )
{
polarssl_printf( "\nAn error occurred.\n" );
mbedtls_printf( "\nAn error occurred.\n" );
ret = 1;
}