summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-23 17:48:53 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-23 17:48:53 +0100
commitf9687d5efd1dacfc17330785055cb3710aa57aa1 (patch)
treedf626dfc88a0cb8da2ed993d016942720264c1be
parenta496b7a7a1b52f4f16b8dd208f4d7ef6e744af16 (diff)
Bump openssl lib.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 187033a0a..886890b83 100644
--- a/cscript
+++ b/cscript
@@ -383,7 +383,7 @@ def dependencies(target, options):
# also need a patched openssl binary to make certificates.
# This dependency is to get that binary, which is added into
# the appropriate place later
- deps.append(('openssl', 'carl'))
+ deps.append(('openssl', 'arm64'))
if can_build_disk(target):
deps.append(('lwext4', '370b3de6'))
deps.append(('ffcmp', None))