pgsql: In PGP public key tests, encrypt the secret key with AES not - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: In PGP public key tests, encrypt the secret key with AES not
Date
Msg-id 20060714174740.363389FB33C@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
In PGP public key tests, encrypt the secret key with AES not CAST5,
so that the test passes with or without OpenSSL.  Marko Kreen

Modified Files:
--------------
    pgsql/contrib/pgcrypto/expected:
        pgp-pubkey-decrypt.out (r1.2 -> r1.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/expected/pgp-pubkey-decrypt.out.diff?r1=1.2&r2=1.3)
    pgsql/contrib/pgcrypto/sql:
        pgp-pubkey-decrypt.sql (r1.2 -> r1.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/sql/pgp-pubkey-decrypt.sql.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix another passel of include-file breakage.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix misguided removal of access/tuptoaster.h inclusion, per Kris