update certificate authority determination - release

This commit is contained in:
Sebastien
2020-05-19 15:08:22 -04:00
parent 1a2de11e92
commit 6eee8cecd8
18 changed files with 323 additions and 506 deletions

View File

@@ -7,7 +7,7 @@
*/
#include "squeezelite.h"
#include "config.h"
#include "platform_config.h"
#include "audio_controls.h"
static log_level loglevel = lINFO;
@@ -303,4 +303,4 @@ void sb_controls_init(void) {
chained_notify = server_notify;
server_notify = notify;
}
}