From 46db17059f8cf1af712a48a31e24ede565da96fd Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 11 Aug 2014 14:37:57 +0000 Subject: [PATCH] Link otp-sha1 to match real challenge prompt, not otp-sha MFC after: 1 week --- usr.bin/opiekey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index e017f4d044a5..0ee85700f68c 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -15,9 +15,9 @@ LDADD= -lopie -lmd LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5 -LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha +LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha1 -MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha.1 +MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha1.1 .PATH: ${OPIE_DIST}