Codebase list openssl / f7949d6
ssleay_rand_add() really needs to call MD_Update() for buf. Kurt Roeckx 16 years ago
3 changed file(s) with 8 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
270270 else
271271 MD_Update(&m,&(state[st_idx]),j);
272272
273 /*
274 * Don't add uninitialised data.
275273 MD_Update(&m,buf,j);
276 */
277274 MD_Update(&m,(unsigned char *)&(md_c[0]),sizeof(md_c));
278275 MD_Final(&m,local_md);
279276 md_c[1]++;
0 openssl (0.9.8g-9) unstable; urgency=low
1
0 openssl (0.9.8g-9) unstable; urgency=high
1
2 [ Christoph Martin ]
23 * Include updated debconf translations (closes: #473477, #461597,
34 #461880, #462011, #465517, #475439)
45
5 -- Christoph Martin <christoph.martin@uni-mainz.de> Wed, 7 May 2008 17:31:09 +0200
6 [ Kurt Roeckx ]
7 * ssleay_rand_add() really needs to call MD_Update() for buf.
8
9 -- Kurt Roeckx <kurt@roeckx.be> Wed, 07 May 2008 20:32:12 +0200
610
711 openssl (0.9.8g-8) unstable; urgency=high
812
5656 if [ "$1" = "configure" ]
5757 then
5858 if [ ! -z "$2" ]; then
59 if dpkg --compare-versions "$2" lt 0.9.8e-9; then
59 if dpkg --compare-versions "$2" lt 0.9.8g-9; then
6060 db_version 2.0
6161
6262 echo -n "Checking for services that may need to be restarted..."