stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

commit 959abd7829076e77c211a7c554ccb8d2b2f483a5
parent c6b3fd2a78e9cc9e5eee4716e18aaef3ffa19b83
Author: sin <sin@2f30.org>
Date:   Thu, 24 Mar 2016 17:03:33 +0000

Silence warning

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

diff --git a/stun.c b/stun.c @@ -728,7 +728,7 @@ main(int argc, char *argv[]) pw = getenv("STUNPW"); if (!pw) logerr("STUNPW is not set"); - prepkey(pw, strlen(pw)); + prepkey((unsigned char *)pw, strlen(pw)); explicit_bzero(pw, strlen(pw)); if (sflag)