[gnutls-devel] GnuTLS | lib/nettle: fix carry flag in Streebog code (c1441665)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Jul 31 13:00:31 CEST 2019




Gisle Vanem commented:


At line 1236, the syntax `uint64_t Z[8] = {};` is no liked by MSVC (even the latest MSVC-2019).

Easy to fix with: `uint64_t Z[8] = {};`

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/commit/c1441665abe761536b3ed67d36b12f2198be6b12#note_198211078
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190731/177469e7/attachment.html>


More information about the Gnutls-devel mailing list