Skip to content

SHA256_Init, SHA256_Update, SHA256_Final conflict with openssl #9

@angerman

Description

@angerman

When trying to build a static library that includes this package as well as linking openssl, you end up with duplicate symbols, for the following symbols:

  • SHA256_Init
  • SHA256_Update
  • SHA256_Final

as they are defined in openssl and this package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions