I also tried another workaround in lib/crypto/c_src/crypto.c:<br>add <br>CRYPTO_set_mem_functions(crypto_alloc, crypto_realloc, crypto_free);<br>in reload(ErlNifEnv* env, void** priv_data, ERL_NIF_TERM load_info) before "return 0;"<br>
The couchDB testsuite runs fine. <br>Is this way O.K.?<br><br><br><br>