Skip to content

Commit af94ea7

Browse files
committed
Fix typos in SQL scripts of pgcrypto
Author: Gurjeet Singh Discussion: https://postgr.es/m/CABwTF4U_5kEnH93PXZEuEsZHuoSSuBEOqC6pian8vDfLZSQJNA@mail.gmail.com
1 parent 00ef6e3 commit af94ea7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contrib/pgcrypto/expected/hmac-sha1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- HMAC-MD5
2+
-- HMAC-SHA1
33
--
44
SELECT encode(hmac(
55
'Hi There',

contrib/pgcrypto/expected/pgp-decrypt.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- pgp_descrypt tests
2+
-- pgp decrypt tests
33
--
44
-- Checking ciphers
55
select pgp_sym_decrypt(dearmor('

contrib/pgcrypto/sql/hmac-sha1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- HMAC-MD5
2+
-- HMAC-SHA1
33
--
44

55
SELECT encode(hmac(

contrib/pgcrypto/sql/pgp-decrypt.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- pgp_descrypt tests
2+
-- pgp decrypt tests
33
--
44

55
-- Checking ciphers

0 commit comments

Comments
 (0)