Thread

Commits

  1. Fix comment in sha2.h

  1. Comment referencing incorrect algorithm

    Daniel Gustafsson <daniel@yesql.se> — 2020-07-21T11:57:11Z

    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
    
    
  2. Re: Comment referencing incorrect algorithm

    Michael Paquier <michael@paquier.xyz> — 2020-07-22T01:19:34Z

    On Tue, Jul 21, 2020 at 01:57:11PM +0200, Daniel Gustafsson wrote:
    > 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.
    
    Thanks, fixed.  The style of the surroundings is to not use an hyphen,
    so fine by me to stick with that.
    --
    Michael