Re: [PATCH] crypto: Followup to crypto symbol renaming for algo registration

2022-03-28 Thread Sascha Hauer
On Tue, Mar 22, 2022 at 10:00:07AM +0100, Uwe Kleine-König wrote: > The symbols were renamed to a nicer and consistent naming scheme, but I > missed to adapt a few usages. > > This was done using: > > perl -p -i -e > 's/\bCONFIG_(?:DIGEST_)?(MD5|SHA1|SHA224|SHA256|SHA384|SHA512|HMAC)\b/CON

[PATCH] crypto: Followup to crypto symbol renaming for algo registration

2022-03-22 Thread Uwe Kleine-König
The symbols were renamed to a nicer and consistent naming scheme, but I missed to adapt a few usages. This was done using: perl -p -i -e 's/\bCONFIG_(?:DIGEST_)?(MD5|SHA1|SHA224|SHA256|SHA384|SHA512|HMAC)\b/CONFIG_HAVE_DIGEST_$1/;' crypto/hmac.c crypto/sha2.c crypto/sha4.c Now there do