View | Details | Raw Unified | Return to bug 23203
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
SRCS=	opiekey.c
6
SRCS=	opiekey.c
7
MAN1=	opiekey.1
7
MAN1=	opiekey.1
8
8
9
CFLAGS+= -I${OPIE_DIST}
9
CFLAGS+= -I${OPIE_DIST} -DINSECURE_OVERRIDE
10
10
11
DPADD=	${LIBOPIE} ${LIBMD}
11
DPADD=	${LIBOPIE} ${LIBMD}
12
LDADD=	-lopie -lmd
12
LDADD=	-lopie -lmd
(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
SRCS=	opiepasswd.c
6
SRCS=	opiepasswd.c
7
MAN1=   opiepasswd.1
7
MAN1=   opiepasswd.1
8
8
9
CFLAGS+=-I${OPIE_DIST}
9
CFLAGS+=-I${OPIE_DIST} -DINSECURE_OVERRIDE
10
10
11
DPADD=	${LIBOPIE} ${LIBMD}
11
DPADD=	${LIBOPIE} ${LIBMD}
12
LDADD=	-lopie -lmd
12
LDADD=	-lopie -lmd
(-)opiekey.c (-1 / +1 lines)
Lines 138-144 Link Here
138
  char *slash;
138
  char *slash;
139
  int hex = 0;
139
  int hex = 0;
140
  int type = RESPONSE_STANDARD;
140
  int type = RESPONSE_STANDARD;
141
  int force;
141
  int force = 0;
142
142
143
  if (slash = strchr(argv[0], '/'))
143
  if (slash = strchr(argv[0], '/'))
144
    slash++;
144
    slash++;

Return to bug 23203