Message ID | 1471377072-32248-1-git-send-email-k.marinushkin@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/security/keys/Kconfig b/security/keys/Kconfig index f826e87..5bc5114 100644 --- a/security/keys/Kconfig +++ b/security/keys/Kconfig @@ -44,7 +44,7 @@ config BIG_KEYS select CRYPTO select CRYPTO_AES select CRYPTO_ECB - select CRYPTO_RNG + select CRYPTO_RNG_DEFAULT help This option provides support for holding large keys within the kernel (for example Kerberos ticket caches). The data may be stored out to
This patch fixes the following bug: [oss-security] - panic at big_key_preparse #4.7-r6/rc7 & master Signed-off-by: Kirill Marinushkin <k.marinushkin@gmail.com> --- security/keys/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)