diff options
author | Oz Linden <oz@lindenlab.com> | 2016-07-21 17:14:07 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-07-21 17:14:07 -0400 |
commit | 4bf583aaa23700ec92df0fcf1b9d8978e29199f7 (patch) | |
tree | f837807b536834f0a1df97d84309a7d5d0f7cb90 /indra/cmake/LLCA.cmake | |
parent | 9260fbe0bd4db438632e9f174112b4ed853fa2a0 (diff) |
SL-429: Use a new certificate authority bundle based on data from Mozilla
Diffstat (limited to 'indra/cmake/LLCA.cmake')
-rw-r--r-- | indra/cmake/LLCA.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/cmake/LLCA.cmake b/indra/cmake/LLCA.cmake new file mode 100644 index 0000000000..412a5a99a4 --- /dev/null +++ b/indra/cmake/LLCA.cmake @@ -0,0 +1,4 @@ +# -*- cmake -*- +include(Prebuilt) + +use_prebuilt_binary(llca) |