TSVConnSslConnectionGet

Synopsis

#include <ts/ts.h>

TSSslVConnection TSVConnSslConnectionGet(TSVConn svc)

Description

Get the SSL (per connection) object from the SSl connection svc.

Types

TSSslVConnection

The SSL (per connection) object. This is an opaque type that can be cast to the appropriate type (SSL * for the OpenSSL library).