diff options
Diffstat (limited to 'contrib/pgcrypto/expected')
| -rw-r--r-- | contrib/pgcrypto/expected/hmac-sha1.out | 2 | ||||
| -rw-r--r-- | contrib/pgcrypto/expected/pgp-decrypt.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgcrypto/expected/hmac-sha1.out b/contrib/pgcrypto/expected/hmac-sha1.out index d5f1cf25972..de605b804eb 100644 --- a/contrib/pgcrypto/expected/hmac-sha1.out +++ b/contrib/pgcrypto/expected/hmac-sha1.out @@ -1,5 +1,5 @@ -- --- HMAC-MD5 +-- HMAC-SHA1 -- SELECT encode(hmac( 'Hi There', diff --git a/contrib/pgcrypto/expected/pgp-decrypt.out b/contrib/pgcrypto/expected/pgp-decrypt.out index 2dabfaf7b0e..e8250b090ab 100644 --- a/contrib/pgcrypto/expected/pgp-decrypt.out +++ b/contrib/pgcrypto/expected/pgp-decrypt.out @@ -1,5 +1,5 @@ -- --- pgp_descrypt tests +-- pgp decrypt tests -- -- Checking ciphers select pgp_sym_decrypt(dearmor(' |
