diff demos/small.c @ 191:1c15b283127b libtomcrypt-orig

Import of libtomcrypt 1.02 with manual path rename rearrangement etc
author Matt Johnston <matt@ucc.asn.au>
date Fri, 06 May 2005 13:23:02 +0000
parents 6362d3854bb4
children 9cc34777b479 39d5d58461d6
line wrap: on
line diff
--- a/demos/small.c	Sun Dec 19 11:34:45 2004 +0000
+++ b/demos/small.c	Fri May 06 13:23:02 2005 +0000
@@ -1,6 +1,5 @@
 // small demo app that just includes a cipher/hash/prng
-
-#include <mycrypt.h>
+#include <tomcrypt.h>
 
 int main(void)
 {