/
niceSOFT
/
libssh2
Обзор
Документация
Войти
/
niceSOFT
/
libssh2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
libssh2-1.11.1
docs/libssh2_crypto_engine.3
16 строк
432 B
Daniel Stenberg
provide SPDX identifiers
07 июн 2023, 09:18
07 июн 2023, 09:18
f6aa31f
Код
Авторство
О чём код?
.\" Copyright (C) The libssh2 project and its contributors. .\" SPDX-License-Identifier: BSD-3-Clause .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