chiark / gitweb /
magic.h, etc.: Rename the transform capability bits.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 29 Apr 2017 12:55:40 +0000 (13:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 25 Sep 2019 12:46:43 +0000 (13:46 +0100)
commit92cc0bca10274a3bd9cd80b729b991b885f63b31
treea60ef92bae0c57ba9903e1ec2ece4f650fb08658
parent010e0a701d6028f2d00a74e447a9bc17f3648778
magic.h, etc.: Rename the transform capability bits.

Mostly mechanical, with the following rune:

git grep -zil TRANSFORMNUM | xargs -0r sed -i '
s/TRANSFORMNUM/BIT/g
s/transformnum/bit/g
s/BIT_ANCIENT/&TRANSFORM/g'

But I renamed the `capab_transformnum' member of `struct msg' back by
hand, because it's referring specifically to a selected
transform.  (This will make sense later.)

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
magic.h
secnet.h
site.c
transform-cbcmac.c
transform-common.h
transform-eax.c