summaryrefslogtreecommitdiffstats
path: root/rules/gnutls.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-18 21:07:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-18 21:07:28 +0200
commit5ed6456b3d3c163080cd21b222c8776dac85e20c (patch)
tree97c3e6536da8c392ff9e09c133f965272bc7d7c5 /rules/gnutls.in
parent5585402dde6672d3b9a95fecea544e4c30ae885f (diff)
downloadptxdist-5ed6456b3d3c163080cd21b222c8776dac85e20c.tar.gz
ptxdist-5ed6456b3d3c163080cd21b222c8776dac85e20c.tar.xz
cryptodev: split userspace header into a separate package
This relaxes the dependencies and openssl and gnutls are not ordered after the kernel. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnutls.in')
-rw-r--r--rules/gnutls.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gnutls.in b/rules/gnutls.in
index c0f47b5cf..8b9443652 100644
--- a/rules/gnutls.in
+++ b/rules/gnutls.in
@@ -5,7 +5,7 @@ menuconfig GNUTLS
select LIBTASN1
select NETTLE
select GCCLIBS_CXX if GNUTLS_CXX
- select CRYPTODEV if GNUTLS_CRYPTODEV
+ select CRYPTODEV_API if GNUTLS_CRYPTODEV && BUILDTIME
prompt "gnutls "
help
GnuTLS is a secure communications library implementing the SSL,