about summary refs log tree commit diff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2017-03-06T19·54+0100
committerGitHub <noreply@github.com>2017-03-06T19·54+0100
commit121a407eecd4a176adbfbacf49735b3dfc303e79 (patch)
tree659e5e155b94a0981d724d395d3fc7b0f306ced5 /src/libstore/globals.hh
parent1cf480110879ffc8aee94b4b75999da405b71d7c (diff)
parent3cc18d3753af79946ba7c21ccdc49a6f58642108 (diff)
Merge pull request #1264 from shlevy/s3-ca-file
Properly set the caFile for aws-sdk-cpp s3
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 0ff18f8b16ea..1e6b7c083a62 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -195,6 +195,9 @@ struct Settings {
        downloads. */
     Path netrcFile;
 
+    /* Path to the SSL CA file used */
+    Path caFile;
+
 private:
     SettingsMap settings, overrides;