]> err.no Git - linux-2.6/blobdiff - crypto/Makefile
[CRYPTO] xcbc: New algorithm
[linux-2.6] / crypto / Makefile
index 72366208e291cbbbbbfc89f5c4ddbbb26ec6e5ff..aba9625fb429d0df1507c04c31c064fec20d869a 100644 (file)
@@ -15,6 +15,7 @@ obj-$(CONFIG_CRYPTO_HASH) += crypto_hash.o
 
 obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o
 obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
+obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o
 obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o
 obj-$(CONFIG_CRYPTO_MD4) += md4.o
 obj-$(CONFIG_CRYPTO_MD5) += md5.o