diff options
author | Bernhard Schmidt <berni@debian.org> | 2017-12-11 00:20:54 +0100 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2017-12-11 00:20:54 +0100 |
commit | 36397b0f6ec08f0ae0155b57302a0dafd63fd940 (patch) | |
tree | 6f4ba31325d1d16332171b433476f6a92b13f53f /debian/control | |
parent | 6455036094426dd68277aa025b58704b6d8e31aa (diff) |
Build against OpenSSL 1.1.0
Closes: #828447
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 14be23f..a81ee26 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, - libssl1.0-dev, + libssl-dev, libsystemd-dev [linux-any], net-tools [!linux-any], pkg-config, |