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:
419090c
)
crypto: drbg - compile the DRBG code
author
Stephan Mueller
<smueller@chronox.de>
Sat, 31 May 2014 15:23:45 +0000
(17:23 +0200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 20 Jun 2014 13:26:10 +0000
(21:26 +0800)
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Makefile
b/crypto/Makefile
index 38e64231dcd347d843c0fbb39e392acb74f2f1f8..bfa94fad315b5c8e5428ad4b44e1a1c4f8eb30eb 100644
(file)
--- a/
crypto/Makefile
+++ b/
crypto/Makefile
@@
-92,6
+92,7
@@
obj-$(CONFIG_CRYPTO_842) += 842.o
obj-$(CONFIG_CRYPTO_RNG2) += rng.o
obj-$(CONFIG_CRYPTO_RNG2) += krng.o
obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_cprng.o
+obj-$(CONFIG_CRYTPO_DRBG) += drbg.o
obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
obj-$(CONFIG_CRYPTO_USER_API) += af_alg.o