summaryrefslogtreecommitdiff
path: root/demos/small.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-01-11 02:22:00 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-01-11 02:22:00 +0000
commita34c9835ed69c92f70175b8f441390547f11b166 (patch)
tree599db815e7486c0666dc981cd26066d074a5c80a /demos/small.c
parent879eae144eb8ac6a3e6e107fe71ea3bc23786ed8 (diff)
downloaddropbear-libtomcrypt-orig.tar.gz
Update to LibTomCrypt 1.16libtomcrypt-1.16libtomcrypt-orig
Diffstat (limited to 'demos/small.c')
-rw-r--r--demos/small.c6
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 $ */