diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-01-11 02:22:00 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-01-11 02:22:00 +0000 |
commit | a34c9835ed69c92f70175b8f441390547f11b166 (patch) | |
tree | 599db815e7486c0666dc981cd26066d074a5c80a /src/misc/burn_stack.c | |
parent | 879eae144eb8ac6a3e6e107fe71ea3bc23786ed8 (diff) | |
download | dropbear-libtomcrypt-orig.tar.gz |
Update to LibTomCrypt 1.16libtomcrypt-1.16libtomcrypt-orig
Diffstat (limited to 'src/misc/burn_stack.c')
-rw-r--r-- | src/misc/burn_stack.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/misc/burn_stack.c b/src/misc/burn_stack.c index 7ac6518..0beee92 100644 --- a/src/misc/burn_stack.c +++ b/src/misc/burn_stack.c @@ -6,7 +6,7 @@ * The library is free for all purposes without any express * guarantee it works. * - * Tom St Denis, tomstdenis@gmail.com, http://libtomcrypt.org + * Tom St Denis, tomstdenis@gmail.com, http://libtomcrypt.com */ #include "tomcrypt.h" @@ -30,5 +30,5 @@ void burn_stack(unsigned long len) /* $Source: /cvs/libtom/libtomcrypt/src/misc/burn_stack.c,v $ */ -/* $Revision: 1.3 $ */ -/* $Date: 2005/05/05 14:35:59 $ */ +/* $Revision: 1.4 $ */ +/* $Date: 2006/03/31 14:15:35 $ */ |