summaryrefslogtreecommitdiff
path: root/conf.h
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2021-04-22 17:27:01 +0200
committerVincent Blut <vincent.debian@free.fr>2021-04-22 17:27:01 +0200
commit40a31d6f7c2f62ed5b3309b998f250b23cf10783 (patch)
treec3c12b7504870e0ff6ba48141faa966678c6283f /conf.h
parentf3aaaa0e178dde6a6110b734f1c653791d85f89f (diff)
New upstream version 4.1-pre1
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf.h b/conf.h
index 1d3f36b..0ba1be1 100644
--- a/conf.h
+++ b/conf.h
@@ -153,14 +153,13 @@ extern int CNF_GetHwTsInterface(unsigned int index, CNF_HwTsInterface **iface);
extern char *CNF_GetNtsDumpDir(void);
extern char *CNF_GetNtsNtpServer(void);
-extern char *CNF_GetNtsServerCertFile(void);
-extern char *CNF_GetNtsServerKeyFile(void);
+extern int CNF_GetNtsServerCertAndKeyFiles(const char ***certs, const char ***keys);
extern int CNF_GetNtsServerPort(void);
extern int CNF_GetNtsServerProcesses(void);
extern int CNF_GetNtsServerConnections(void);
extern int CNF_GetNtsRefresh(void);
extern int CNF_GetNtsRotate(void);
-extern char *CNF_GetNtsTrustedCertFile(void);
+extern int CNF_GetNtsTrustedCertsPaths(const char ***paths, uint32_t **ids);
extern int CNF_GetNoSystemCert(void);
extern int CNF_GetNoCertTimeCheck(void);