Handbook
Glossary
SSL_CTX_set_min_proto_version ( ctx version -- int )
Vocabulary
openssl
.
libssl
Inputs
ctx
an
object
version
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libssl
LIBRARY:
libssl
FUNCTION:
int
SSL_CTX_set_min_proto_version
( SSL_CTX* ctx,
uint16_t
version )