SSL_set_fd

Sets the file descriptor for the SSL object

The new structure inherits the settings of the underlying context ctx.

extern (C)
int
SSL_set_fd
(,
int fd
)

Parameters

ssl SSL*

the SSL object

fd int

the file descriptor to be used for I/O operations

Return Value

Type: int

1 on success, 0 if the operation failed.

Meta