Renaming cryptohashes.c to cryptohashfuncs.c
Started by Michael Paquierover 5 years ago3 messageshackers
Hi all,
Now that the tree has a new set of files for cryptohash functions as
of src/common/cryptohash*.c, it is a bit weird to have another file
called cryptohashes.c for the set of SQL functions.
Any objections to rename that to cryptohashfuncs.c? That would be
much more consistent with the surroundings (cleaning up anythig
related to MD5 is on my TODO list). Patch is attached.
Thoughts?
--
Michael
Attachments:
0001-Rename-cryptohashes.c-to-cryptohashfuncs.c.patchtext/x-diff; charset=us-asciiDownload+3-4
Re: Renaming cryptohashes.c to cryptohashfuncs.c
On 3 Dec 2020, at 03:03, Michael Paquier <michael@paquier.xyz> wrote:
Any objections to rename that to cryptohashfuncs.c? That would be
much more consistent with the surroundings (cleaning up anythig
related to MD5 is on my TODO list). Patch is attached.
+1 on this proposed rename.
cheers ./daniel