cryptomgr needs pcomp and hash loaded in 2.6.30
SVN-Revision: 15499
This commit is contained in:
parent
8582177e73
commit
98d10636bb
1 changed files with 2 additions and 1 deletions
|
@ -32,9 +32,10 @@ endif
|
||||||
CRYPTO_MODULES = \
|
CRYPTO_MODULES = \
|
||||||
ALGAPI=crypto_algapi \
|
ALGAPI=crypto_algapi \
|
||||||
AEAD=aead \
|
AEAD=aead \
|
||||||
|
PCOMPRESS=pcompress \
|
||||||
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
|
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
|
||||||
MANAGER=cryptomgr \
|
|
||||||
HASH=crypto_hash \
|
HASH=crypto_hash \
|
||||||
|
MANAGER=cryptomgr \
|
||||||
CBC=cbc \
|
CBC=cbc \
|
||||||
ECB=ecb \
|
ECB=ecb \
|
||||||
DEFLATE=deflate
|
DEFLATE=deflate
|
||||||
|
|
Loading…
Reference in a new issue