diff options
author | Mark Murray <markm@FreeBSD.org> | 2001-08-12 18:47:56 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2001-08-12 18:47:56 +0000 |
commit | 37ee76af5208c8668d80e0c01e39f4c39e8468d3 (patch) | |
tree | c3a9d8f372ba26276fb828e169b661c1372c0f30 /lib | |
parent | 9ab4f412312f92f6d0c4db702777c9956ce7cfa0 (diff) | |
download | src-37ee76af5208c8668d80e0c01e39f4c39e8468d3.tar.gz src-37ee76af5208c8668d80e0c01e39f4c39e8468d3.zip |
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
Notes
Notes:
svn path=/head/; revision=81557
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libopie/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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} |