Sponsor:

Your company here, and a link to your site. Click to find out more.

libssh2_crypto_engine - Man Page

retrieve used crypto engine

Synopsis

#include <libssh2.h>

libssh2_crypto_engine_t
libssh2_crypto_engine(void);

Description

Returns currently used crypto engine, as en enum value.

Availability

Added in libssh2 1.11

Info

22 Nov 2021 libssh2