catssl_newinfo - create new SSL context
#include <cat/cat.h>
catssl_info *catssl_newinfo(void);
This function creates a new SSL context used to hold the SSL state data. A
unique context must exist for each session using SSL.
The function returns the new context if successful, NULL
otherwise.
cat, catssl