stun

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

commit 35a61a216e7a47c3ef66ed7b8033d76ae63c3b52
parent f2da2e1b0dd882bf815eecb000585389c5550d71
Author: sin <sin@2f30.org>
Date:   Tue, 12 Apr 2016 11:50:29 +0100

no need for const

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

diff --git a/crypto.c b/crypto.c @@ -12,7 +12,7 @@ static const EVP_AEAD *aead; static unsigned char key[EVP_MAX_KEY_LENGTH]; static void -findcipher(const char *name) +findcipher(char *name) { struct { const char *name;