pg_amcheck: Fix test failure on Windows with non-existing role
[pgsql.git] / contrib / pgcrypto / expected / pgp-encrypt-md5_1.out
blob612ca1d19c4a43dde03f517724c509137e439343
1 --
2 -- PGP encrypt using MD5
3 --
4 select pgp_sym_decrypt(
5         pgp_sym_encrypt('Secret.', 'key', 's2k-digest-algo=md5'),
6         'key', 'expect-s2k-digest-algo=md5');
7 ERROR:  Unsupported digest algorithm