Home GnuPG

poly1305: silence compiler warning on clang/aarch64

Description

poly1305: silence compiler warning on clang/aarch64

* cipher/poly1305.c (MUL_MOD_1305_64): cast zero constant to 64-bits.

This patch fixes "value size does not match register size specified
by the constraint and modifier [-Wasm-operand-widths]" warnings when
building with clang/aarch64.

  • Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>

Details

Provenance
jukiviliAuthored on Mar 24 2018, 4:22 PM
Parents
rC0de2191a07d6: aarch64: Enable building the aarch64 cipher assembly for windows
Branches
Unknown
Tags
Unknown