summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/crypto/TARGETS')
-rw-r--r--src/buildtool/crypto/TARGETS12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/buildtool/crypto/TARGETS b/src/buildtool/crypto/TARGETS
index e4a84676..e2f010f5 100644
--- a/src/buildtool/crypto/TARGETS
+++ b/src/buildtool/crypto/TARGETS
@@ -6,8 +6,8 @@
, "stage": ["src", "buildtool", "crypto"]
, "deps": [["src/utils/cpp", "hex_string"]]
, "private-deps":
- [ ["@", "ssl", "", "crypto"]
- , ["@", "gsl", "", "gsl"]
+ [ ["@", "gsl", "", "gsl"]
+ , ["@", "ssl", "", "crypto"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
]
@@ -19,8 +19,8 @@
, "srcs": ["hash_function.cpp"]
, "deps": ["hasher", ["@", "gsl", "", "gsl"]]
, "private-deps":
- [ ["src/buildtool/logging", "logging"]
- , ["src/buildtool/logging", "log_level"]
+ [ ["src/buildtool/logging", "log_level"]
+ , ["src/buildtool/logging", "logging"]
]
, "stage": ["src", "buildtool", "crypto"]
}
@@ -32,10 +32,10 @@
, "deps": ["hash_function", ["src/utils/cpp", "expected"]]
, "private-deps":
[ "hasher"
- , ["@", "gsl", "", "gsl"]
, ["@", "fmt", "", "fmt"]
- , ["src/utils/cpp", "hex_string"]
+ , ["@", "gsl", "", "gsl"]
, ["src/buildtool/common", "protocol_traits"]
+ , ["src/utils/cpp", "hex_string"]
]
, "stage": ["src", "buildtool", "crypto"]
}