From 37ee76af5208c8668d80e0c01e39f4c39e8468d3 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 12 Aug 2001 18:47:56 +0000 Subject: Remove the WANT_INSECURE_OPIE option - it is now a default. This is not nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security --- lib/libopie/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 313936840868..89e07a59e62a 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -24,10 +24,8 @@ INCS= ${OPIE_DIST}/opie.h CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \ -DKEY_FILE=${KEYFILE} -.if defined(WANT_INSECURE_OPIE) && ${WANT_INSECURE_OPIE} == true ACCESSFILE?= \"/etc/opieaccess\" CFLAGS+= -DINSECURE_OVERRIDE -DPATH_ACCESS_FILE=${ACCESSFILE} -.endif LDADD+= -lmd DPADD+= ${LIBMD} -- cgit v1.2.3