mirror of
				https://git.libssh.org/projects/libssh.git
				synced 2025-11-03 21:53:14 +03:00 
			
		
		
		
	Signed-off-by: Juraj Vijtiuk <juraj.vijtiuk@sartura.hr> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			411 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			411 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
mbedTLS and libssh in multithreaded applications
 | 
						|
==================================================
 | 
						|
 | 
						|
To use libssh with mbedTLS in a multithreaded application, mbedTLS has to be
 | 
						|
built with threading support enabled.
 | 
						|
 | 
						|
If threading support is not available and multi threading is used, ssh_init
 | 
						|
will fail.
 | 
						|
 | 
						|
More information about building mbedTLS with threading support can be found
 | 
						|
in the mbedTLS documentation.
 |