diff options
Diffstat (limited to 'src/common/aes.h')
-rw-r--r-- | src/common/aes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/aes.h b/src/common/aes.h index ad9b78b233..a566fb4b70 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -2,13 +2,11 @@ * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2008, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -/* $Id$ */ /* Implements a minimal interface to counter-mode AES. */ #ifndef _TOR_AES_H #define _TOR_AES_H -#define AES_H_ID "$Id$" /** * \file aes.h |