summaryrefslogtreecommitdiff
path: root/src/common/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/aes.h')
-rw-r--r--src/common/aes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/aes.h b/src/common/aes.h
index e03fae6e87..ad9b78b233 100644
--- a/src/common/aes.h
+++ b/src/common/aes.h
@@ -6,8 +6,8 @@
/* Implements a minimal interface to counter-mode AES. */
-#ifndef __AES_H
-#define __AES_H
+#ifndef _TOR_AES_H
+#define _TOR_AES_H
#define AES_H_ID "$Id$"
/**