control: forwarded -1 https://github.com/openssl/openssl/issues/18535
On 2022-06-08 20:07:48 [+0200], Jérémy Lal wrote: > Hi Sebastian, Hi, > Any hint or idea about this ? Even wild ideas that I could try, > before I have to remove the files from mips. Okay. So if you do OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG OPENSSL_INIT_LOAD_CRYPTO_STRINGS | OPENSSL_INIT_ADD_ALL_CIPHERS | OPENSSL_INIT_ADD_ALL_DIGESTS, settings); in src/node.cc instead just OPENSSL_INIT_LOAD_CONFIG as it is currently done, then it will pass. The difference on mipsel is the call chain. Due to openssl internal locking it can't load strings. As of now I think that this is a bug in openssl and I forwarded it to upstream. So you have a workaround you may try if you want something asap and I let you know what upstream thinks about this ;) > Jérémy Sebastian -- Pkg-javascript-devel mailing list Pkg-javascript-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel