2009-04-28 16:35:14 +03:00
|
|
|
--- a/crypto/Kconfig
|
|
|
|
+++ b/crypto/Kconfig
|
2010-05-04 23:59:19 +03:00
|
|
|
@@ -781,3 +781,6 @@ config CRYPTO_ANSI_CPRNG
|
2009-04-28 16:35:14 +03:00
|
|
|
source "drivers/crypto/Kconfig"
|
|
|
|
|
|
|
|
endif # if CRYPTO
|
2010-05-04 23:59:19 +03:00
|
|
|
+
|
|
|
|
+source "crypto/ocf/Kconfig"
|
|
|
|
+
|
2009-04-28 16:35:14 +03:00
|
|
|
--- a/crypto/Makefile
|
|
|
|
+++ b/crypto/Makefile
|
2010-05-04 23:59:19 +03:00
|
|
|
@@ -84,6 +84,8 @@ obj-$(CONFIG_CRYPTO_RNG2) += krng.o
|
|
|
|
obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_cprng.o
|
2009-04-28 16:35:14 +03:00
|
|
|
obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
|
|
|
|
|
|
|
|
+obj-$(CONFIG_OCF_OCF) += ocf/
|
|
|
|
+
|
2010-05-04 23:59:19 +03:00
|
|
|
#
|
2009-04-28 16:35:14 +03:00
|
|
|
# generic algorithms and the async_tx api
|
|
|
|
#
|