Fix stupid typo in ssl_server2.c

This commit is contained in:
Manuel Pégourié-Gonnard 2015-07-02 11:15:48 +02:00
parent ae738c29eb
commit 6755717f18

View file

@ -1981,7 +1981,7 @@ reset:
mbedtls_printf( " . Peer certificate information ...\n" );
mbedtls_x509_crt_info( crt_buf, sizeof( crt_buf ), " ",
mbedtls_ssl_get_peer_cert( &ssl ) );
mbedtls_printf( "%s\n", buf );
mbedtls_printf( "%s\n", crt_buf );
}
#endif /* MBEDTLS_X509_CRT_PARSE_C */