summies added;

This commit is contained in:
Alexander Vdolainen 2015-07-21 13:44:10 +03:00
parent 1032f74ad2
commit e098b9ba88
2 changed files with 38 additions and 0 deletions

19
tests/lv2ftpc.c Normal file
View File

@ -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 <http://askele.com>
*
*/
#include <sntl/sntllv2.h>
int main(int argc, char **argv)
{
return 0;
}

19
tests/lv2ftpd.c Normal file
View File

@ -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 <http://askele.com>
*
*/
#include <sntl/sntllv2.h>
int main(int argc, char **argv)
{
return 0;
}