projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e19c1e
)
SUNRPC,RPCSEC_GSS: spkm3--fix config dependencies
author
J. Bruce Fields
<bfields@fieldses.org>
Tue, 21 Mar 2006 04:25:10 +0000
(23:25 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 21 Mar 2006 04:25:10 +0000
(23:25 -0500)
Add default selection of CRYPTO_CAST5 when selecting RPCSEC_GSS_SPKM3.
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index e9749b0eecd8a27e5a1d09ece2eee57e63c14529..9a4158f2a3acecc9e97ffced3162fd68c3a28305 100644
(file)
--- a/
fs/Kconfig
+++ b/
fs/Kconfig
@@
-1567,6
+1567,7
@@
config RPCSEC_GSS_SPKM3
select CRYPTO
select CRYPTO_MD5
select CRYPTO_DES
+ select CRYPTO_CAST5
help
Provides for secure RPC calls by means of a gss-api
mechanism based on the SPKM3 public-key mechanism.