[Workaround] GCC 15: Build error `encrypt.c:329:25: error: passing argument 1 of ‘time’ makes pointer from integer without a cast [-Wint-conversion]`.
Thanks for the bug report, I've updated the SVN / trunk with a fix to the code: the cast should be to (time_t *) rather than (time_t).
Fix type in cast to avoid warning
I think that purging/re-installing is a good idea. My suspicion is that the issue...