Dmitry Baryshkov dbaryshkov@gmail.com writes:
I noticed that gnutls build fails with the current master-updates. GnuTLS requires the HMAC-STREEBOG patch to be present. Could you please add it to master-updates?
Done. But to me, not all errors looked hmac-related, e.g.,
5358 mac.c:98:26: error: field 'streebog256' has incomplete type 5359 98 | struct streebog256_ctx streebog256; 5360 | ^~~~~~~~~~~ 5361 mac.c:99:26: error: field 'streebog512' has incomplete type
Regards, /Niels