diff options
author | markm <markm@FreeBSD.org> | 2001-08-12 18:47:56 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-08-12 18:47:56 +0000 |
commit | 8d004b8b0dcbc90d1b4791b3d26e1f6209f47093 (patch) | |
tree | c3a9d8f372ba26276fb828e169b661c1372c0f30 /usr.bin/opiepasswd | |
parent | c675f2ec8719164bb49bfaa2d7f39bb3604ec69b (diff) | |
download | FreeBSD-src-8d004b8b0dcbc90d1b4791b3d26e1f6209f47093.zip FreeBSD-src-8d004b8b0dcbc90d1b4791b3d26e1f6209f47093.tar.gz |
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
Diffstat (limited to 'usr.bin/opiepasswd')
-rw-r--r-- | usr.bin/opiepasswd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index e7e4942..00021f6 100644 --- a/usr.bin/opiepasswd/Makefile +++ b/usr.bin/opiepasswd/Makefile @@ -5,10 +5,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie PROG= opiepasswd CFLAGS+=-I${OPIE_DIST} - -.if defined(WANT_INSECURE_OPIE) && ${WANT_INSECURE_OPIE} == true CFLAGS+=-DINSECURE_OVERRIDE -.endif DPADD= ${LIBOPIE} ${LIBMD} LDADD= -lopie -lmd |