All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

destroy-ssl-ctx Function

Summary

Frees a SSL_CTX.

Package

comm

Signature

destroy-ssl-ctx ssl-ctx-pointer

Arguments
ssl-ctx-pointer
A foreign pointer of type ssl-ctx-pointer.
Description

The function destroy-ssl-ctx frees the SSL_CTX pointed to by ssl-ctx-pointer and also frees any LispWorks cached values associated with it.

See also

ssl-ctx-pointer
25 TCP and UDP socket communication and SSL


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26