commit c831574fcf8541edaacc451bf482a9a5bad36ddf parent 0ca3bc827c3e76f453370a0348c32f0dd40268a1 Author: William Casarin <jb55@jb55.com> Date: Mon, 3 Jun 2019 15:27:55 -0700 fix ripemd160 Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ -CFLAGS=-g -O0 -Ideps -std=c99 -Wall -Wno-unused-variable -Wno-unused-function -Wunreachable-code +CFLAGS=-g -DHAVE_LITTLE_ENDIAN -O0 -Ideps -std=c99 -Wall -Wno-unused-variable -Wno-unused-function -Wunreachable-code DEPS=script.c \ oplookup.c \