[libdvdcss-devel] [PATCH 21/25] css: Drop disabled debug output from AttackPattern() / AttackPadding()
Jean-Baptiste Kempf
jb at videolan.org
Mon Oct 20 19:13:50 CEST 2014
Le 20/10/2014 11:59, Diego Biurrun a écrit :
> ---
> src/css.c | 18 ------------------
> 1 file changed, 18 deletions(-)
>
> diff --git a/src/css.c b/src/css.c
> index 024ffe5..e1e27e0 100644
> --- a/src/css.c
> +++ b/src/css.c
> @@ -1651,15 +1651,6 @@ static int AttackPattern( uint8_t const p_sec[ DVDCSS_BLOCK_SIZE ],
> &p_sec[ 0x80 - (i_best_plen / i_best_p) * i_best_p ],
> &p_sec[0x54] /* key_seed */, p_key );
> i_success += ( res >= 0 );
> -#if 0
> - if( res >= 0 )
> - {
> - fprintf( stderr, "key is %02x:%02x:%02x:%02x:%02x ",
> - p_key[0], p_key[1], p_key[2], p_key[3], p_key[4] );
> - fprintf( stderr, "at block %5d pattern len %3d period %3d %s\n",
> - i_pos, i_best_plen, i_best_p, (res>=0?"y":"n") );
> - }
> -#endif
> return ( res >= 0 );
> }
>
> @@ -1734,15 +1725,6 @@ static int AttackPadding( uint8_t const p_sec[ DVDCSS_BLOCK_SIZE ],
> i_tries++;
> }
>
> - if( 1 )
> - {
> - /*fprintf( stderr, "key is %02x:%02x:%02x:%02x:%02x ",
> - p_key[0], p_key[1], p_key[2], p_key[3], p_key[4] );*/
> - fprintf( stderr, "at block %5d padding len %4d "
> - "type %02x sub %02x\n", i_pos, i_pes_length,
> - p_sec[0x11], p_sec[0x17 + p_sec[0x16]]);
> - }
> -
> return 0;
> }
> #endif
>
The second part was not disabled, was it?
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the libdvdcss-devel
mailing list