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

md5.c: Another round of cleanup #31

Merged
merged 1 commit into from
Oct 18, 2023
Merged

md5.c: Another round of cleanup #31

merged 1 commit into from
Oct 18, 2023

Conversation

schwehr
Copy link
Contributor

@schwehr schwehr commented Oct 14, 2023

  • include string.h does not need guards and does not have them elsewhere in the code
  • with the string.h cleanup, config.h is no longer needed
  • remove ifndef ASM_MD5. These are never set
  • localize t local variable and add const when possible

- include string.h does not need guards and does not have them elsewhere in the code
- with the string.h cleanup, config.h is no longer needed
- remove ifndef ASM_MD5. These are never set
- localize `t` local variable and add const when possible
@tjko tjko merged commit bf49d14 into tjko:master Oct 18, 2023
2 checks passed
@schwehr schwehr deleted the md5-cleanup2 branch October 19, 2023 05:28
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.

2 participants