On 22.08.23 08:43, Peter Eisentraut wrote:
> These new tests introduced a few new calls of the md5() function. This
> should be avoided (see commit 208bf364a9). You can replace these easily
> with the fipshash() function instead, but I think you then also need to
> change some of the constants in the tests. Could you look at this again?
I have created a patch that updates the test accordingly. It replaces
the md5() function with fipshash() and adjusts the test values to
correspond to the values generated in the original tests.