Added support for certificate chain delivery via the "ca_path" configuration setting.
[umurmur.git] / src / conf.h
index d30ed416b1667741b4bd74cc036312acfd199f98..463a9433c62c5c7204367f8cec9ffd5a0c3e2be6 100644 (file)
@@ -39,6 +39,7 @@ typedef enum param {
        CERTIFICATE,
        KEY,
        PASSPHRASE,
+       CAPATH,
        BINDPORT,
        BINDADDR,
        WELCOMETEXT,
@@ -55,7 +56,6 @@ typedef enum param {
        BANFILE,
        SYNC_BANFILE,
        OPUS_THRESHOLD,
-       SILENT_CHANNEL,
 } param_t;
 
 typedef struct {
@@ -64,6 +64,7 @@ typedef struct {
        const char *description;
        const char *password;
        bool_t noenter, silent;
+       int position;
 } conf_channel_t;
 
 typedef struct {