mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	File: version.c, HACKING-CRYPTO, libssh2.h, libssh2_crypto_engine.3, makefile. Notes: libssh2_crypto_engine() API to get crypto engine at runtime. Credit: Bastien Durel
		
			
				
	
	
		
			13 lines
		
	
	
		
			309 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			309 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
.TH libssh2_crypto_engine 3 "22 Nov 2021" "libssh2 1.11" "libssh2 manual"
 | 
						|
.SH NAME
 | 
						|
 - retrieve used crypto engine
 | 
						|
.SH SYNOPSIS
 | 
						|
#include <libssh2.h>
 | 
						|
 | 
						|
libssh2_crypto_engine_t
 | 
						|
libssh2_crypto_engine();
 | 
						|
.SH DESCRIPTION
 | 
						|
Returns currently used crypto engine, as en enum value.
 | 
						|
.SH AVAILABILITY
 | 
						|
Added in libssh2 1.11
 |