1libssh2_crypto_engine(3) libssh2 libssh2_crypto_engine(3)
23
4
NAME
6libssh2_crypto_engine - retrieve used crypto engine
7
SYNOPSIS
9#include <libssh2.h>
1011
libssh2_crypto_engine_t
12libssh2_crypto_engine(void);
13
DESCRIPTION
15Returns currently used crypto engine, as en enum value.
16
AVAILABILITY
18Added in libssh2 1.11
1920
21
22
libssh2 22 Nov 2021 libssh2_crypto_engine(3)