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

chore(core/sha1): removed SHA1 helper function #167

Merged
merged 1 commit into from
Jan 22, 2024
Merged

chore(core/sha1): removed SHA1 helper function #167

merged 1 commit into from
Jan 22, 2024

Conversation

Suwup
Copy link
Contributor

@Suwup Suwup commented Jan 21, 2024

This function is obsolete and the name causes problems when linking with OpenSSL statically.

Notice

  • I understand the code that I have edited, and have the means
    to test it before making changes to Concord.

What?

Removed the SHA1 helper function.

Why?

The naming of this function causes problems when linking statically with OpenSSL.

How?

Rather than renaming it, it can be deleted since it is obsolete and not used.

Testing?

The function is never used and does not change the resulting code.

This function is obsolete and the name causes problems when linking with OpenSSL statically.
@ThePedroo
Copy link
Contributor

I'll take a better look later, but is it used anywhere?

Copy link
Collaborator

@lcsmuller lcsmuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@lcsmuller lcsmuller merged commit cf0e8eb into Cogmasters:dev Jan 22, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants