Comment referencing incorrect algorithm

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Comment referencing incorrect algorithm
Date: 2020-07-21 11:57:11
Message-ID: FE26C953-FA87-4BB9-9105-AA1F8705B0D0@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
sha1_comment.diff application/octet-stream 490 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-07-21 12:13:32 OpenSSL randomness seeding
Previous Message Hamid Akhtar 2020-07-21 11:51:49 Re: Improving psql slash usage help message