aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-11 22:53:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-09-12 14:08:23 +0300
commitc289f73d6fdc9f86b90e0986ba3b0da0c29e7927 (patch)
tree22ffa690dd1ef9f53cbf12923ec27a5eb2b0f70d /bpkg/types.hxx
parent4c93cc56234f34947c94710a7d6940ef327089d4 (diff)
Match certificate fingerprints case-insensitively
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx
index 4f0cc98..65dba60 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -24,7 +24,8 @@
#include <libbutl/url.mxx>
#include <libbutl/path.mxx>
#include <libbutl/process.mxx>
-#include <libbutl/utility.mxx> // compare_reference_target
+#include <libbutl/utility.mxx> // icase_compare_string,
+ // compare_reference_target
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
#include <libbutl/small-vector.mxx>
@@ -71,6 +72,7 @@ namespace bpkg
// <libbutl/utility.mxx>
//
+ using butl::icase_compare_string;
using butl::compare_reference_target;
// <libbutl/optional.mxx>