From e8a3fa91a60310559d6ef3eb66663eab4c55b1c1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 29 Dec 2008 02:21:02 +0000 Subject: Use a consistent naming standard for header file guard macros, taking care not to collide with any system headers. This tripped us up on Android. svn:r17805 --- src/common/crypto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/crypto.h') diff --git a/src/common/crypto.h b/src/common/crypto.h index 86dfa88076..e1c14c1c21 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -11,8 +11,8 @@ * \brief Headers for crypto.c **/ -#ifndef __CRYPTO_H -#define __CRYPTO_H +#ifndef _TOR_CRYPTO_H +#define _TOR_CRYPTO_H #define CRYPTO_H_ID "$Id$" #include -- cgit v1.2.3-54-g00ecf