diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-18 00:56:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-21 10:59:32 +0100 |
| commit | 8f4c784f0b51dff75ee87399b6e5078ea650356d (patch) | |
| tree | 3259ba4417270fee13e1296012a796d61100a6cc /cscript | |
| parent | 959e2b1a5c799427375fc8f7bb11389f699cfe21 (diff) | |
Bump openssl to one derived from 3.2.0 (#2679).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -516,7 +516,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', '7f29dd5')) + deps.append(('openssl', '54298369cacfe0ae01c5aa42ace8a463fd2e7a2e')) if can_build_disk(target): deps.append(('lwext4', 'ab082923a791b58478d1d9939d65a0583566ac1f')) deps.append(('ffcmp', '53c853d2935de3f2b0d53777529e48c102afd237')) |
