cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libssh2_crypto_engine.3 (330B)


      1.TH libssh2_crypto_engine 3 "22 Nov 2021" "libssh2" "libssh2"
      2.SH NAME
      3libssh2_crypto_engine - retrieve used crypto engine
      4.SH SYNOPSIS
      5.nf
      6#include <libssh2.h>
      7
      8libssh2_crypto_engine_t
      9libssh2_crypto_engine(void);
     10.fi
     11.SH DESCRIPTION
     12Returns currently used crypto engine, as en enum value.
     13.SH AVAILABILITY
     14Added in libssh2 1.11