finally in sync with archive
[bcm963xx.git] / userapps / opensource / sshd / libtomcrypt / examples / ch1-01.c
diff --git a/userapps/opensource/sshd/libtomcrypt/examples/ch1-01.c b/userapps/opensource/sshd/libtomcrypt/examples/ch1-01.c
deleted file mode 100755 (executable)
index 010ccd7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* 
- * Name      : ch1-01.c
- * Purpose   : Demonstration of a basic libtomcrypt program
- * Author    : Tom St Denis
- *
- * History   : v0.79 Initial release
- */
-/* ch1-01-1  */
-/* Include the default headers and libtomcrypt headers */
-#include <mycrypt.h>
-
-int main(void)
-{
-   return 0;
-}
-/* ch1-01-1  */
-