Skip to content

Commit

Permalink
crypto: compress - remove unused pcomp interface
Browse files Browse the repository at this point in the history
It is unused now, so remove it.

Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
JoonsooKim authored and herbertx committed Jan 27, 2016
1 parent 10cff58 commit 1104921
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,058 deletions.
19 changes: 0 additions & 19 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,6 @@ config CRYPTO_RNG_DEFAULT
tristate
select CRYPTO_DRBG_MENU

config CRYPTO_PCOMP
tristate
select CRYPTO_PCOMP2
select CRYPTO_ALGAPI

config CRYPTO_PCOMP2
tristate
select CRYPTO_ALGAPI2

config CRYPTO_AKCIPHER2
tristate
select CRYPTO_ALGAPI2
Expand Down Expand Up @@ -122,7 +113,6 @@ config CRYPTO_MANAGER2
select CRYPTO_AEAD2
select CRYPTO_HASH2
select CRYPTO_BLKCIPHER2
select CRYPTO_PCOMP2
select CRYPTO_AKCIPHER2

config CRYPTO_USER
Expand Down Expand Up @@ -1504,15 +1494,6 @@ config CRYPTO_DEFLATE

You will most probably want this if using IPSec.

config CRYPTO_ZLIB
tristate "Zlib compression algorithm"
select CRYPTO_PCOMP
select ZLIB_INFLATE
select ZLIB_DEFLATE
select NLATTR
help
This is the zlib algorithm.

config CRYPTO_LZO
tristate "LZO compression algorithm"
select CRYPTO_ALGAPI
Expand Down
2 changes: 0 additions & 2 deletions crypto/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ crypto_hash-y += ahash.o
crypto_hash-y += shash.o
obj-$(CONFIG_CRYPTO_HASH2) += crypto_hash.o

obj-$(CONFIG_CRYPTO_PCOMP2) += pcompress.o
obj-$(CONFIG_CRYPTO_AKCIPHER2) += akcipher.o

$(obj)/rsapubkey-asn1.o: $(obj)/rsapubkey-asn1.c $(obj)/rsapubkey-asn1.h
Expand Down Expand Up @@ -99,7 +98,6 @@ obj-$(CONFIG_CRYPTO_SALSA20) += salsa20_generic.o
obj-$(CONFIG_CRYPTO_CHACHA20) += chacha20_generic.o
obj-$(CONFIG_CRYPTO_POLY1305) += poly1305_generic.o
obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o
obj-$(CONFIG_CRYPTO_ZLIB) += zlib.o
obj-$(CONFIG_CRYPTO_MICHAEL_MIC) += michael_mic.o
obj-$(CONFIG_CRYPTO_CRC32C) += crc32c_generic.o
obj-$(CONFIG_CRYPTO_CRC32) += crc32.o
Expand Down
115 changes: 0 additions & 115 deletions crypto/pcompress.c

This file was deleted.

Loading

0 comments on commit 1104921

Please sign in to comment.