PeterMosmans / openssl

'Extra featured' OpenSSL with ChaCha20 and Poly1305 support
https://onwebsecurity.com/pages/openssl.html
Other
92 stars 18 forks source link

Fix invalid reference to ERR_raise introduced in 4c0a0b8 #57

Closed mxsasha closed 2 years ago

mxsasha commented 2 years ago

The right call seems to be to BNerr rather than ERR_raise which does not exist in this version and causes the build to fail. I have never worked on OpenSSL before though.

PeterMosmans commented 2 years ago

Awesome @mxsasha , great catch!

Thanks for your contribution, much appreciated.