mirror of
https://github.com/kakwa/uts-server
synced 2025-07-03 12:07:02 +02:00
adding a function to free the ssl context
This commit is contained in:
parent
627f9c5973
commit
d104de63d5
3 changed files with 6 additions and 0 deletions
|
@ -39,3 +39,4 @@ TS_RESP_CTX *create_tsctx(rfc3161_context *ct, CONF *conf, const char *section,
|
|||
const char *policy);
|
||||
int add_oid_section(rfc3161_context *ct, CONF *conf);
|
||||
void init_ssl();
|
||||
void free_ssl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue