From: Michael Paquier Date: Tue, 28 May 2019 10:33:30 +0000 (-0400) Subject: Fix typos in SQL scripts of pgcrypto X-Git-Tag: REL_12_BETA2~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af94ea7406f332567331a9b2525fae4b57c96061;p=postgresql Fix typos in SQL scripts of pgcrypto Author: Gurjeet Singh Discussion: https://postgr.es/m/CABwTF4U_5kEnH93PXZEuEsZHuoSSuBEOqC6pian8vDfLZSQJNA@mail.gmail.com --- diff --git a/contrib/pgcrypto/expected/hmac-sha1.out b/contrib/pgcrypto/expected/hmac-sha1.out index d5f1cf2597..de605b804e 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 2dabfaf7b0..e8250b090a 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(' diff --git a/contrib/pgcrypto/sql/hmac-sha1.sql b/contrib/pgcrypto/sql/hmac-sha1.sql index 6f741934bf..3bc965578c 100644 --- a/contrib/pgcrypto/sql/hmac-sha1.sql +++ b/contrib/pgcrypto/sql/hmac-sha1.sql @@ -1,5 +1,5 @@ -- --- HMAC-MD5 +-- HMAC-SHA1 -- SELECT encode(hmac( diff --git a/contrib/pgcrypto/sql/pgp-decrypt.sql b/contrib/pgcrypto/sql/pgp-decrypt.sql index f46a18f8cf..557948d7c7 100644 --- a/contrib/pgcrypto/sql/pgp-decrypt.sql +++ b/contrib/pgcrypto/sql/pgp-decrypt.sql @@ -1,5 +1,5 @@ -- --- pgp_descrypt tests +-- pgp decrypt tests -- -- Checking ciphers