libsha1
libsha1 copied to clipboard
Tiny SHA1 implementation for embedded devices
Results
2
libsha1 issues
Sort by
recently updated
recently updated
newest added
Fixes: test.c:14:8: error: type defaults to ‘int’ in declaration of ‘num_test’ [-Wimplicit-int] 14 | static num_test; | ^~~~~~~~
``` test.c:14:8: error: type defaults to ‘int’ in declaration of ‘num_test’ [-Wimplicit-int] 14 | static num_test; | ^~~~~~~~ make[2]: *** [Makefile:468: test.o] Error 1 ``` Fixed by changing this to...