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

Add Make.win32 -fcommon, define u64int, sync libsec, libmp, libauthsrv with Plan 9, define usize, add chacha20, libsec: add mising \ #16

Merged
merged 8 commits into from
Jun 24, 2024
2 changes: 1 addition & 1 deletion libsec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ OFILES=\
sha2block64.$O\
sha2_128.$O\
sha2block128.$O\
smallprimes.$O
smallprimes.$O\
Copy link
Member

Choose a reason for hiding this comment

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

This is not necessary, but it doesn't harm.

Copy link
Contributor Author

@adriangrigore adriangrigore Jun 24, 2024

Choose a reason for hiding this comment

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

I guess I preferred single line diffs as I have to add more stuff there. Your call!


default: $(LIB)
$(LIB): $(OFILES)
Expand Down
Loading