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

Started by Tom Laneabout 20 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)