diff options
author | Bernhard Schmidt <berni@debian.org> | 2017-12-30 22:22:49 +0100 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2017-12-30 22:22:49 +0100 |
commit | b9b87cb6971de2c07bb70324957d3b9fb2a9c9e2 (patch) | |
tree | a2227bfb0371ba9e518324aca417edfefb2f22da /debian/control | |
parent | 166ec510cb88cc1213ba6f441ffb372836fbddd3 (diff) |
Build against OpenSSL 1.0.2
libpkcs11-helper1-dev needs OpenSSL 1.0.2 in Stretch
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 b3770a9..223ddc8 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: liblzo2-dev, libpam0g-dev, libpkcs11-helper1-dev, - libssl-dev, + libssl1.0-dev, libsystemd-dev [linux-any], net-tools [!linux-any], pkg-config, |