https://github.com/torvalds/linux
Revision 0d96e4bab2855a030077cc695a3563fd7cb0e7d8 authored by Herbert Xu on 18 December 2015, 11:16:57 UTC, committed by Herbert Xu on 22 December 2015, 12:40:01 UTC
This patch replaces uses of ablkcipher with the new skcipher
interface.

Cc: stable@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Tested-by: <smueller@chronox.de>
1 parent 70d906b
Raw File
Tip revision: 0d96e4bab2855a030077cc695a3563fd7cb0e7d8 authored by Herbert Xu on 18 December 2015, 11:16:57 UTC
crypto: algif_skcipher - Use new skcipher interface
Tip revision: 0d96e4b
Makefile
#
# Makefile for the Linux AppleTalk layer.
#

obj-$(CONFIG_ATALK) += appletalk.o

appletalk-y			:= aarp.o ddp.o dev.o
appletalk-$(CONFIG_PROC_FS)	+= atalk_proc.o
appletalk-$(CONFIG_SYSCTL)	+= sysctl_net_atalk.o
back to top