]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
curve25519: squelch warnings on clang
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 7 Feb 2020 14:46:59 +0000 (15:46 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 7 Feb 2020 14:46:59 +0000 (15:46 +0100)
commitd68b8b189c2671c261d0e49b02eaf2b86b5947fa
treeab513f11acb195b1ac0f0fe282707b17a7082b77
parente5b08c2849256367fc6bf37be9e737bdb21ee66d
curve25519: squelch warnings on clang

These are generic helper functions we don't want to move into the actual
implementations, so that it's easy to keep parity with the kernel code.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/curve25519.c