diff options
Diffstat (limited to 'contrib/pgcrypto/sql/hmac-sha1.sql')
-rw-r--r-- | contrib/pgcrypto/sql/hmac-sha1.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/sql/hmac-sha1.sql b/contrib/pgcrypto/sql/hmac-sha1.sql index 6f741934bfd..3bc965578c5 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( |