warp-vpn

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

commit f3160b5834b4eef5e9f14e4570f374b972bf5283
parent 4c54ab84e9641eda3b1a7b1496a1e5f40df897c5
Author: sin <sin@2f30.org>
Date:   Tue, 12 Apr 2016 17:36:03 +0100

fix preproc

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

diff --git a/crypto.c b/crypto.c @@ -23,7 +23,7 @@ setcipher(char *name) #if OpenBSD >= 201605 { "chacha20-poly1305-ietf", EVP_aead_chacha20_poly1305_ietf }, #endif -#elif +#else { "chacha20-poly1305-ietf", EVP_aead_chacha20_poly1305_ietf }, #endif { NULL, NULL }