Skip to content

Commit 284f424

Browse files
committed
Fix osslsigncode compile issue in gitian-build
1 parent 89a116d commit 284f424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/gitian-descriptors/gitian-win-signer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ suites:
55
architectures:
66
- "amd64"
77
packages:
8-
- "libssl-dev"
8+
# Once osslsigncode supports openssl 1.1, we can change this back to libssl-dev
9+
- "libssl1.0-dev"
910
- "autoconf"
1011
remotes:
1112
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"

0 commit comments

Comments
 (0)