Bug#363516: something obvious

2008-05-20 Thread Christian Perrier
Quoting Jean-Yves Lefort ([EMAIL PROTECTED]): The ssleay_rand_add() change was fairly idiotic. Even with no understanding of that function, it is strikingly obvious that after commenting out this statement: MD_Update(m,buf,j); the only remaining use of the buf parameter is:

Bug#363516: something obvious

2008-05-19 Thread Jean-Yves Lefort
The ssleay_rand_add() change was fairly idiotic. Even with no understanding of that function, it is strikingly obvious that after commenting out this statement: MD_Update(m,buf,j); the only remaining use of the buf parameter is: buf=(const char *)buf + j; That is, the buf