Module: kamailio Branch: master Commit: 80e8bd5ddcccc034beb9621381dc7cfc69258d3d URL: https://github.com/kamailio/kamailio/commit/80e8bd5ddcccc034beb9621381dc7cfc...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-03-23T09:11:02+01:00
core: config.h - define TLS_CA_PATH
---
Modified: src/core/config.h
---
Diff: https://github.com/kamailio/kamailio/commit/80e8bd5ddcccc034beb9621381dc7cfc... Patch: https://github.com/kamailio/kamailio/commit/80e8bd5ddcccc034beb9621381dc7cfc...
---
diff --git a/src/core/config.h b/src/core/config.h index 06fe5cbb7b..e54413b5bc 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -45,6 +45,7 @@ #define TLS_PKEY_FILE "cert.pem" /*!< The certificate private key file */ #define TLS_CERT_FILE "cert.pem" /*!< The certificate file */ #define TLS_CA_FILE 0 /*!< no CA list file by default */ +#define TLS_CA_PATH 0 /*!< no CA directory path by default */ #define TLS_CRL_FILE 0 /*!< no CRL by default */
#define CHILD_NO 8 /*!< default number of child processes started */