# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
CRYPTO_MENU:=Cryptographic API modules
CRYPTO_MODULES = \
ALGAPI=crypto_algapi \
AEAD=aead \
+ $(if $(LINUX_2_6_30),PCOMPRESS=pcompress) \
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
- MANAGER=cryptomgr \
HASH=crypto_hash \
+ MANAGER=cryptomgr \
CBC=cbc \
ECB=ecb \
DEFLATE=deflate