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 /demos/small.c | |
parent | 879eae144eb8ac6a3e6e107fe71ea3bc23786ed8 (diff) | |
download | dropbear-libtomcrypt-orig.tar.gz |
Update to LibTomCrypt 1.16libtomcrypt-1.16libtomcrypt-orig
Diffstat (limited to 'demos/small.c')
-rw-r--r-- | demos/small.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/small.c b/demos/small.c index 6bdd842..3019745 100644 --- a/demos/small.c +++ b/demos/small.c @@ -1,4 +1,4 @@ -// small demo app that just includes a cipher/hash/prng +/* small demo app that just includes a cipher/hash/prng */ #include <tomcrypt.h> int main(void) @@ -10,5 +10,5 @@ int main(void) } /* $Source: /cvs/libtom/libtomcrypt/demos/small.c,v $ */ -/* $Revision: 1.2 $ */ -/* $Date: 2005/05/05 14:35:56 $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/06/07 22:25:09 $ */ |