Thread
Commits
-
Rename cryptohashes.c to cryptohashfuncs.c
- bd94a9c04e04 14.0 landed
-
Renaming cryptohashes.c to cryptohashfuncs.c
Michael Paquier <michael@paquier.xyz> — 2020-12-03T02:03:49Z
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
-
Re: Renaming cryptohashes.c to cryptohashfuncs.c
Daniel Gustafsson <daniel@yesql.se> — 2020-12-03T21:10:44Z
> 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
-
Re: Renaming cryptohashes.c to cryptohashfuncs.c
Michael Paquier <michael@paquier.xyz> — 2020-12-04T05:37:47Z
On Thu, Dec 03, 2020 at 10:10:44PM +0100, Daniel Gustafsson wrote: > +1 on this proposed rename. Thanks. I have been able to get that done as of bd94a9c. -- Michael