Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing and faulty declarations for EVP_MD_CTX_new() and EVP_MD_CTX_create() #46

Open
cschlote opened this issue May 28, 2019 · 1 comment

Comments

@cschlote
Copy link
Contributor

In evp.d:554: The following must be added or changed to get things working:

EVP_MD_CTX* EVP_MD_CTX_new();
EVP_MD_CTX* EVP_MD_CTX_create() { return EVP_MD_CTX_new(); };
@kubo39
Copy link
Contributor

kubo39 commented Jan 26, 2020

#38 would partially fix, but is sitll missing EVP_MD_CTX_create.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants