1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-09-11 13:30:44 +03:00
Files
libssh2/docs/libssh2_crypto_engine.3
Bastien Durel e24a4a9d48 Runtime engine detection with libssh2_crypto_engine() (#643)
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
2022-01-06 10:06:02 -08:00

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