]> granicus.if.org Git - postgresql/commitdiff
Fix typos in SQL scripts of pgcrypto
authorMichael Paquier <michael@paquier.xyz>
Tue, 28 May 2019 10:33:30 +0000 (06:33 -0400)
committerMichael Paquier <michael@paquier.xyz>
Tue, 28 May 2019 10:33:30 +0000 (06:33 -0400)
Author: Gurjeet Singh
Discussion: https://postgr.es/m/CABwTF4U_5kEnH93PXZEuEsZHuoSSuBEOqC6pian8vDfLZSQJNA@mail.gmail.com

contrib/pgcrypto/expected/hmac-sha1.out
contrib/pgcrypto/expected/pgp-decrypt.out
contrib/pgcrypto/sql/hmac-sha1.sql
contrib/pgcrypto/sql/pgp-decrypt.sql

index d5f1cf259720e8e349fc5f4221da374dabf10490..de605b804eb97a011c99e1873d4320104cab4dbb 100644 (file)
@@ -1,5 +1,5 @@
 --
--- HMAC-MD5
+-- HMAC-SHA1
 --
 SELECT encode(hmac(
 'Hi There',
index 2dabfaf7b0e5fbb07bf5f6548ea0c08d05eb2350..e8250b090ab2757f904d18c971a19978d892aba6 100644 (file)
@@ -1,5 +1,5 @@
 --
--- pgp_descrypt tests
+-- pgp decrypt tests
 --
 --  Checking ciphers
 select pgp_sym_decrypt(dearmor('
index 6f741934bfdd7cbd88fa21ec484d4c973894bf5e..3bc965578c56c86a38917c5355f235f0f3dd8a9e 100644 (file)
@@ -1,5 +1,5 @@
 --
--- HMAC-MD5
+-- HMAC-SHA1
 --
 
 SELECT encode(hmac(
index f46a18f8cfd3ca43dcf4004438e53394cd47ef5f..557948d7c75e6eaa7a367d17f0990f7c1208ca45 100644 (file)
@@ -1,5 +1,5 @@
 --
--- pgp_descrypt tests
+-- pgp decrypt tests
 --
 
 --  Checking ciphers