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