summaryrefslogtreecommitdiffstats
path: root/rules/gnutls.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-11 15:23:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-11 16:37:20 +0100
commit037c67a39d31695bd69cd62429d457a5fb306764 (patch)
treee9c3494d062a7db2f76cb79a01797ba93b0e2694 /rules/gnutls.in
parent6cd35c98fcdc6acd5f165ec69c969c5c407f1943 (diff)
downloadptxdist-037c67a39d31695bd69cd62429d457a5fb306764.tar.gz
ptxdist-037c67a39d31695bd69cd62429d457a5fb306764.tar.xz
gnutls: remove unnecessary dependency
OpenSSL is not needed to build the OpenSSL wrapper. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnutls.in')
-rw-r--r--rules/gnutls.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/gnutls.in b/rules/gnutls.in
index a8027282a..e3427d6eb 100644
--- a/rules/gnutls.in
+++ b/rules/gnutls.in
@@ -5,7 +5,6 @@ menuconfig GNUTLS
select LIBTASN1
select NETTLE
select GCCLIBS_CXX if GNUTLS_CXX
- select OPENSSL if GNUTLS_OPENSSL
prompt "gnutls "
help
GnuTLS is a secure communications library implementing the SSL,