From 5b9b5570ff118f8ec13032a49ec1b834b8a50f65 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Nov 2009 15:58:24 +0000 Subject: fixed typo at include guards --- src/cipher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cipher.h') diff --git a/src/cipher.h b/src/cipher.h index 5ccbd5b..d65c761 100644 --- a/src/cipher.h +++ b/src/cipher.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef UANYUTN_cipher_h_INCLUDED -#define UANYUTN_cipher_h_INCLUDED +#ifndef UANYTUN_cipher_h_INCLUDED +#define UANYTUN_cipher_h_INCLUDED #ifndef NO_CRYPT #ifndef USE_SSL_CRYPTO -- cgit v1.2.3