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

Commits on Oct 14, 2023

  1. md5.c: Another round of cleanup

    - 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
    schwehr committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    1e9c210 View commit details
    Browse the repository at this point in the history