- add -std=c99 -D_ISOC99_SOURCE to compiler flags
- fix: include <string.h> instead of <strings.h> in mfkey64.c
VPATH = ../../common/crapto1 ../../client
CC = gcc
LD = gcc
VPATH = ../../common/crapto1 ../../client
CC = gcc
LD = gcc
-CFLAGS = -I../../common -I../../client -Wall -O4
+CFLAGS = -std=c99 -D_ISOC99_SOURCE -I../../common -I../../client -Wall -O3
LDFLAGS =
OBJS = crypto1.o crapto1.o util.o mfkey.o
LDFLAGS =
OBJS = crypto1.o crapto1.o util.o mfkey.o
#include <inttypes.h>
#include "crapto1/crapto1.h"
#include "util.h"
#include <inttypes.h>
#include "crapto1/crapto1.h"
#include "util.h"