aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-29 22:25:31 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-29 22:25:31 +0000
commit7fbd2975326eb5d2816a303b621942a72b5d57ca (patch)
tree4c71039adc3d62cda441915aa4c678d5ea659d4b /src/common/aes.c
parentaff512268563c7c9b0d675a85c7c03bb3ca628ad (diff)
downloadtor-7fbd2975326eb5d2816a303b621942a72b5d57ca.tar
tor-7fbd2975326eb5d2816a303b621942a72b5d57ca.tar.gz
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
svn:r3019
Diffstat (limited to 'src/common/aes.c')
-rw-r--r--src/common/aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/aes.c b/src/common/aes.c
index f6f4a1233..5ec6fb3c2 100644
--- a/src/common/aes.c
+++ b/src/common/aes.c
@@ -1,6 +1,7 @@
/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
/* See LICENSE for licensing information */
/* $Id$ */
+const char aes_c_id[] = "$Id$";
/**
* \file aes.c