diff --git a/tests/lv2ftpc.c b/tests/lv2ftpc.c new file mode 100644 index 0000000..1edc43e --- /dev/null +++ b/tests/lv2ftpc.c @@ -0,0 +1,19 @@ +/* + * Secure Network Transport Layer Library v2 implementation. + * (sntllv2) it superseed all versions before due to the: + * - memory consumption + * - new features such as pulse emitting + * - performance optimization + * + * This is a proprietary software. See COPYING for further details. + * + * (c) Askele Group 2013-2015 + * + */ + +#include + +int main(int argc, char **argv) +{ + return 0; +} diff --git a/tests/lv2ftpd.c b/tests/lv2ftpd.c new file mode 100644 index 0000000..1edc43e --- /dev/null +++ b/tests/lv2ftpd.c @@ -0,0 +1,19 @@ +/* + * Secure Network Transport Layer Library v2 implementation. + * (sntllv2) it superseed all versions before due to the: + * - memory consumption + * - new features such as pulse emitting + * - performance optimization + * + * This is a proprietary software. See COPYING for further details. + * + * (c) Askele Group 2013-2015 + * + */ + +#include + +int main(int argc, char **argv) +{ + return 0; +}