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
- sha1_comment.diff (application/octet-stream) patch
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
-
Fix comment in sha2.h
- e47c2602aa4d 14.0 landed