summaryrefslogtreecommitdiffhomepage
path: root/demos/small.c
diff options
context:
space:
mode:
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 $ */