TSVConnSslConnectionGet¶
Synopsis¶
#include <ts/ts.h>
- 
TSSslConnection TSVConnSslConnectionGet(TSVConn svc)¶
 
Description¶
Get the SSL (per connection) object from the SSl connection svc.
Types¶
- 
type TSSslConnection¶
 The SSL (per connection) object. This is an opaque type that can be cast to the appropriate type (
SSL *for the OpenSSL library).