aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-16 23:20:19 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-16 23:20:19 +0300
commit59fd27abd2fc4e0201695976edfdde84fe37aea0 (patch)
tree11af0390ea7886f915590b1a74555898d6fab7d6 /src/eclat.h
parent086f544ad76e8d9560c39d11ea556c570e46d7c4 (diff)
downloadeclat-59fd27abd2fc4e0201695976edfdde84fe37aea0.tar.gz
eclat-59fd27abd2fc4e0201695976edfdde84fe37aea0.tar.bz2
Provide configuration statements for SSL control.
* doc/eclat.conf.5: Document new configuration statements. * src/cmdline.opt (replvar): Change structure. (replace_int_var): New function. * src/config.c: Use "ssl" as a block or scalar statement. * src/eclat.c (ssl_verify_peer, ssl_ca_file) (ssl_ca_path): New variables. (main): Set up SSL configuration. * src/eclat.h (ssl_verify_peer, ssl_ca_file) (ssl_ca_path): New protos.
Diffstat (limited to 'src/eclat.h')
-rw-r--r--src/eclat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eclat.h b/src/eclat.h
index 5ddd39a..eba49c4 100644
--- a/src/eclat.h
+++ b/src/eclat.h
@@ -39,6 +39,9 @@
extern char *endpoint;
extern int use_ssl;
+extern int ssl_verify_peer;
+extern char *ssl_ca_file;
+extern char *ssl_ca_path;
extern int dry_run_mode;
extern char *region_name;
extern char *access_file_name;

Return to:

Send suggestions and report system problems to the System administrator.