warp-vpn

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

commit 7fba43aa92fe2ce395cb3f26cb3bd22cc78a17ea
parent e9f74d34859e63495f2ec4f324def280317fe16c
Author: sin <sin@2f30.org>
Date:   Fri,  8 Apr 2016 10:04:54 +0100

log EVP_AEAD_CTX_open failure

Diffstat:
Mstun.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/stun.c b/stun.c @@ -423,6 +423,7 @@ readnet(int fd, unsigned char *pt, int ptlen) &pkt[noncelen + HDRLEN], ctlen + taglen, &pkt[noncelen], HDRLEN)) { free(pkt); + logwarn("EVP_AEAD_CTX_open failed"); return BADPKT; }