Comment referencing incorrect algorithm

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-07-21T11:57:11Z
Lists: pgsql-hackers

Attachments

While poking around our crypto code, I noticed that a comment in sha2.h was
referencing sha-1 which is an algorithm not supported by the code.  The
attached fixes the comment aligning it with other comments in the file.

cheers ./daniel

Commits

  1. Fix comment in sha2.h