Fix osslsigncode compile issue in gitian-build (#3026)

This commit is contained in:
Nathan Marley 2019-07-15 08:39:14 -03:00 committed by Alexander Block
parent ea8569e97b
commit 873ab896ca

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/dashpay/dash-detached-sigs.git"