Handbook
Glossary
SSL_select_next_proto ( out outlen server server_len client client_len -- int )
Vocabulary
openssl
.
libssl
Inputs
out
an
object
outlen
an
object
server
an
object
server_len
an
object
client
an
object
client_len
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libssl
LIBRARY:
libssl
FUNCTION:
int
SSL_select_next_proto
( c-string* out, uchar* outlen,
c-string
server,
uint
server_len,
c-string
client,
uint
client_len )