SRCS= opiekey.c
MAN1= opiekey.1
CFLAGS+= -I${OPIE_DIST}
CFLAGS+= -I${OPIE_DIST} -DINSECURE_OVERRIDE
DPADD= ${LIBOPIE} ${LIBMD}
LDADD= -lopie -lmd
SRCS= opiepasswd.c
MAN1= opiepasswd.1
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-I${OPIE_DIST} -DINSECURE_OVERRIDE
char *slash;
int hex = 0;
int type = RESPONSE_STANDARD;
int force;
int force = 0;
if (slash = strchr(argv[0], '/'))
slash++;