Re: Comment referencing incorrect algorithm

2020-07-21 Thread Michael Paquier
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. Thank

Comment referencing incorrect algorithm

2020-07-21 Thread Daniel Gustafsson
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 sha1_comment.diff Description: Binary data