Fix osslsigncode compile issue in gitian-build

This commit is contained in:
Chun Kuan Lee 2018-07-27 23:27:28 +08:00
parent 89a116dc0b
commit 284f424d5a
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ suites:
architectures: architectures:
- "amd64" - "amd64"
packages: packages:
- "libssl-dev" # Once osslsigncode supports openssl 1.1, we can change this back to libssl-dev
- "libssl1.0-dev"
- "autoconf" - "autoconf"
remotes: remotes:
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git" - "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"