summaryrefslogtreecommitdiff
path: root/src/auth_algo.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-12 11:57:24 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-12 11:57:24 +0000
commitb24d382800c75652d7821e73509c7d1383d64242 (patch)
tree519d7477f9c71d477ff0fffb0905580bae864f3e /src/auth_algo.h
parentsmalle Makefile improvement (diff)
fixed include guards, new format: UANYTUN_filename_h_INCLUDED
Diffstat (limited to 'src/auth_algo.h')
-rw-r--r--src/auth_algo.h4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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 <gcrypt.h>