diff options
Diffstat (limited to 'src/common/sha256.c')
-rw-r--r-- | src/common/sha256.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sha256.c b/src/common/sha256.c index 4236d48f5f..258b7e062a 100644 --- a/src/common/sha256.c +++ b/src/common/sha256.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, The Tor Project, Inc. */ +/* Copyright (c) 2009-2011, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* This SHA256 implementation is adapted from the public domain one in LibTomCrypt, version 1.6. Tor uses it on platforms where OpenSSL doesn't |