Accesses the SSL attached to an async-io-state.
comm
async-io-state-ssl async-io-state => ssl-pointer
|   async-io-state⇩  |    
An async-io-state.  | 
|   ssl-pointer  |    
A foreign pointer of type ssl-pointer, or  nil. | 
The function async-io-state-ssl accesses the SSL that is attached to the async-io-state async-io-state in the :openssl implementation.
It returns nil if SSL is not attached or when using the :apple implementation.
async-io-state
ssl-pointer
25 TCP and UDP socket communication and SSL
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26