mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Link otp-sha1 to match real challenge prompt, not otp-sha
MFC after: 1 week
This commit is contained in:
parent
b0f89ce78c
commit
46db17059f
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue