Thread: pgsql: In PGP public key tests, encrypt the secret key with AES not

pgsql: In PGP public key tests, encrypt the secret key with AES not

From
tgl@postgresql.org (Tom Lane)
Date:
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)