Control: tags -1 patch Not a perfect solution but sufficient for stretch is the patch below to use OpenSSL 1.0.2
The "| libssl-dev (<< 1.1.0~)" is added for backports. --- debian/control.old 2016-12-10 23:21:34.000000000 +0000 +++ debian/control 2016-12-10 23:21:40.000000000 +0000 @@ -2,7 +2,7 @@ Section: web Priority: extra Maintainer: Bartosz Fenski <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), libssl-dev, zlib1g-dev, libidn11-dev, libpcre3-dev +Build-Depends: debhelper (>= 7.0.50~), libssl1.0-dev | libssl-dev (<< 1.1.0~), zlib1g-dev, libidn11-dev, libpcre3-dev Standards-Version: 3.9.3 Homepage: http://code.google.com/p/skipfish/ cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed

