From: David Howells Date: Tue, 16 Sep 2014 16:29:03 +0000 (+0100) Subject: PKCS#7: Provide a single place to do signed info block freeing X-Git-Tag: omap-for-v3.19/prcm-cleanup~103^2~10^2~3^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd0920cde6a726b9965b60184f9d5a54358304d;p=pandora-kernel.git PKCS#7: Provide a single place to do signed info block freeing The code to free a signed info block is repeated several times, so move the code to do it into a function of its own. This gives us a place to add clean ups for stuff that gets added to pkcs7_signed_info. Signed-off-by: David Howells Acked-by: Vivek Goyal --- Reading git-diff-tree failed