git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8ccc39
)
Revert crypto: fips - Select CPRNG
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 13 Aug 2009 11:33:06 +0000
(21:33 +1000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 13 Aug 2009 12:41:25 +0000
(22:41 +1000)
This reverts commit
215ccd6f55a2144bd553e0a3d12e1386f02309fd
.
It causes CPRNG and everything selected by it to be built-in
whenever FIPS is enabled. The problem is that it is selecting
a tristate from a bool, which is usually not what is intended.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found