Skip to content

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

@cschlote

Description

@cschlote

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(); };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions