Fix openssl and sqlite dependencies

Change-Id: I6b5de6c0bbff8d44cf683eb86727637fe8e262fd
diff --git a/ndn-cxx/debian/control b/ndn-cxx/debian/control
index 0a54eaa..6373c72 100644
--- a/ndn-cxx/debian/control
+++ b/ndn-cxx/debian/control
@@ -5,8 +5,8 @@
 Build-Depends: debhelper (>= 8.0.0),
  python3 (>= 3.6.0),
  pkg-config (>= 0.26),
- libssl-dev (>=1.0.1),
- libsqlite3-dev (>= 3.7.9),
+ libsqlite3-dev (>= 3.22.0),
+ libssl-dev (>= 1.1.1),
  libboost-all-dev (>= 1.53.0),
  python3-sphinx (>= 1.6.0),
  git
@@ -25,9 +25,8 @@
 Architecture: i386 amd64 arm64 armel armhf ppc64el
 Section: libdevel
 Depends:
- pkg-config (>= 0.26),
- libssl-dev (>=1.0.1),
- libsqlite3-dev (>= 3.7.9),
+ libsqlite3-dev (>= 3.22.0),
+ libssl-dev (>= 1.1.1),
  libboost-all-dev (>= 1.53.0),
  libndn-cxx (= ${binary:Version})
 Description: Development headers and libraries of NDN C++ library with eXperimental eXtensions