diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-06-28 13:36:52 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-06-28 13:36:59 +0200 |
commit | ec65ca6f5873c8c869e1f28dd563d09b9fecbb35 (patch) | |
tree | da3db5fcc759eb19f0279abef2b58b85cb4b3c68 /libs/gnutls/Config.in | |
parent | c0a60a5e3f93fbad0494e440d7237feda6804521 (diff) |
gnutls: cryptodev option depends on cryptodev kmod.
Diffstat (limited to 'libs/gnutls/Config.in')
-rw-r--r-- | libs/gnutls/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gnutls/Config.in b/libs/gnutls/Config.in index 9e1fe7e99..53b698583 100644 --- a/libs/gnutls/Config.in +++ b/libs/gnutls/Config.in @@ -17,7 +17,7 @@ config GNUTLS_OCSP config GNUTLS_CRYPTODEV bool "enable /dev/crypto support" - depends on BROKEN + select PACKAGE_kmod-cryptodev default n config GNUTLS_HEARTBEAT |