From 40a31d6f7c2f62ed5b3309b998f250b23cf10783 Mon Sep 17 00:00:00 2001 From: Vincent Blut Date: Thu, 22 Apr 2021 17:27:01 +0200 Subject: New upstream version 4.1-pre1 --- conf.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'conf.h') 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); -- cgit v1.2.3