pgsql: Fix initialization bug in pgcrypto openssl code.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix initialization bug in pgcrypto openssl code.
Date: 2005-07-05 18:15:36
Message-ID: 20050705181536.9499152812@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix initialization bug in pgcrypto openssl code. Marko Kreen

Modified Files:
--------------
pgsql/contrib/pgcrypto:
openssl.c (r1.19 -> r1.20)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/openssl.c.diff?r1=1.19&r2=1.20)
pgsql/contrib/pgcrypto/expected:
3des.out (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/expected/3des.out.diff?r1=1.1&r2=1.2)
pgsql/contrib/pgcrypto/sql:
3des.sql (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/sql/3des.sql.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-05 18:15:51 pgsql: Back out patch.
Previous Message Bruce Momjian 2005-07-05 17:24:30 pgsql: Add NO_PGPORT defines to fix win32/cygwin builds for new target