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

View file

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