warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

commit 2c63a282555e81e9041957631baaaab19fb78545
parent ce49b50087db948799ab4ac752a917517a704f06
Author: sin <sin@2f30.org>
Date:   Wed, 22 Mar 2017 12:22:33 +0000

Use consistent define for tag length

Diffstat:
Mcrypto.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto.c b/crypto.c @@ -34,7 +34,7 @@ cryptononcelen(void) size_t cryptotaglen(void) { - return crypto_aead_chacha20poly1305_ietf_ABYTES; + return crypto_aead_chacha20poly1305_IETF_ABYTES; } int cryptoseal(unsigned char *c, unsigned long long *clen,