{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.
authorAndy Polyakov <appro@openssl.org>
Fri, 23 Feb 2018 12:37:06 +0000 (13:37 +0100)
committerAndy Polyakov <appro@openssl.org>
Sat, 24 Feb 2018 13:12:48 +0000 (14:12 +0100)
commit11a9eacde99f6333707b2399054d66ebbc0eb2a9
tree584520a02c884be62ac543e819a13c3a47373888
parentae1ffe0f65c460ccdfe5153b96fe9943d7a171b8
{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.

As it turns out gcc -pedantic doesn't seem to consider __uint128_t
as non-standard, unlike __int128 that is.

Fix even MSVC warnings in curve25519.c.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5449)
crypto/ec/curve25519.c
crypto/poly1305/poly1305.c