1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 04:27:05 +02:00

better memory management and extraction of the openssl initialization

This commit is contained in:
kakwa 2016-09-02 07:42:23 +02:00
parent 16a34d9c7d
commit 1454ea4880
3 changed files with 11 additions and 7 deletions

View file

@ -38,3 +38,4 @@ static int save_ts_serial(const char *serialfile, ASN1_INTEGER *serial);
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();