20 lines
		
	
	
		
			424 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			424 B
		
	
	
	
		
			C
		
	
	
	
	
	
|  | /*
 | ||
|  |  * 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; | ||
|  | } |