From 5ed6456b3d3c163080cd21b222c8776dac85e20c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 18 Aug 2019 21:07:25 +0200 Subject: 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 --- rules/gnutls.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/gnutls.in') 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, -- cgit v1.2.3