mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-02 22:02:25 +03:00
- simplify `.TH` headers. - delete empty lines before sections. - update template with an `AVAILABILITY` section. Left libssh2 version number in the `.TH` header for entries without an `AVAILABILITY` section, or where there was a different version number there.
15 lines
330 B
Groff
15 lines
330 B
Groff
.TH libssh2_crypto_engine 3 "22 Nov 2021" "libssh2" "libssh2"
|
|
.SH NAME
|
|
libssh2_crypto_engine - retrieve used crypto engine
|
|
.SH SYNOPSIS
|
|
.nf
|
|
#include <libssh2.h>
|
|
|
|
libssh2_crypto_engine_t
|
|
libssh2_crypto_engine(void);
|
|
.fi
|
|
.SH DESCRIPTION
|
|
Returns currently used crypto engine, as en enum value.
|
|
.SH AVAILABILITY
|
|
Added in libssh2 1.11
|