On Wed, Nov 22, 2023 at 12:00:10PM +0100, Ede Wolf wrote: > Hello, > > just trying to crosscompile world, which fails with crypto not being able to > be build, as MD5 is claimed to not be supported by openssl3. > Is it just me or is anything known? cvs updated just an hour or so ago: > > > /data/src/crypto/external/bsd/libsaslc/lib/../dist/src/crypto.c: In function > 'saslc__crypto_md5_hash': > /data/src/crypto/external/bsd/libsaslc/lib/../dist/src/crypto.c:218:3: > error: 'MD5' is deprecated: Since OpenSSL 3.0 > [-Werror=deprecated-declarations] > 218 | (void)MD5((const unsigned char *)buf, buflen, digest); > | ^
This warnings are not treated as errors in the build usually, how are you doing this build? Anything special in /etc/mk.conf? Martin