I am using the vrf-rs library (https://github.com/witnet/vrf-rs) and am encountering an error when calling the BN_CTX_free method. This method is used to deallocate memory for the BN_CTX object, which is used internally by the library for allocating Big Numbers on the stack. The library uses foreign function interface (FFI) to call this method, but I am receiving the following error:
dyld[14628]: symbol not found in flat namespace '_BN_CTX_free'
I am not sure how to resolve this issue.Basically I am using the crate,The moment i use it( It relies on OpenSSL crate internally),Above mentioned error is encountered
Could anyone provide assistance or suggestions on how to fix this error?"
Additional Info Openssl version: LibreSSL 3.3.6