Re: [cdesktopenv-devel] [PATCH] Use system md5

2022-07-27 Thread Chase via cdesktopenv-devel
NetBSD and OpenBSD have this function in their libc, FreeBSD and opensolaris have this function in a bundled libmd with the system. Linux is the only system it doesn't come with and it can be installed on most systems as libmd or libbsd (this one is deprecated). It's not a very painful band-aid

Re: [cdesktopenv-devel] [PATCH] Use system md5

2022-07-27 Thread Jon Trulson
On 7/27/22 14:52, Chase via cdesktopenv-devel wrote: I made a second attempt at this and made the configure script detect which library has md5, this manages to work for dtcm and dtmail, it should be much more portable than before. I don't think that ~1300 LOC that we no longer have to maintain

[cdesktopenv-devel] [PATCH] Use system md5

2022-07-27 Thread Chase via cdesktopenv-devel
I made a second attempt at this and made the configure script detect which library has md5, this manages to work for dtcm and dtmail, it should be much more portable than before. I don't think that ~1300 LOC that we no longer have to maintain is a small gain, there is already a huge amount of co