From b24d382800c75652d7821e73509c7d1383d64242 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 12 Nov 2009 11:57:24 +0000 Subject: fixed include guards, new format: UANYTUN_filename_h_INCLUDED --- src/auth_algo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auth_algo.h') diff --git a/src/auth_algo.h b/src/auth_algo.h index 452fadf..1f08a3f 100644 --- a/src/auth_algo.h +++ b/src/auth_algo.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef _AUTH_ALGO_H_ -#define _AUTH_ALGO_H_ +#ifndef UANYTUN_auth_algo_h_INCLUDED +#define UANYTUN_auth_algo_h_INCLUDED #ifndef USE_SSL_CRYPTO #include -- cgit v1.2.3