Re: [PATCH v2 1/4] sha1sum: use AF_ALG when available

2018-04-26 Thread Paul Eggert
On 04/26/2018 09:02 AM, Matteo Croce wrote: I assume that C99 is safe to use in gnulib, good to know Yes. Until recently we did require C89 in Gnulib because Awk still wanted C89. However, that last holdout has finally given up the ghost so C99isms are OK if they are portable in practice. I n

Re: [PATCH v2 1/4] sha1sum: use AF_ALG when available

2018-04-26 Thread Matteo Croce
On Wed, Apr 25, 2018 at 9:07 PM, Paul Eggert wrote: > Thanks for working on this. Some comments: > Thanks for the review! > On 04/25/2018 04:26 AM, Matteo Croce wrote: >> >> + This file is part of the GNU C Library. > > > Is it really part of glibc? If not, please remove that comment. > Right