mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use libcrypto instead of libdes.
This commit is contained in:
parent
fc4b5dfa38
commit
f0ad5f0b62
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ SRCS= rlogind.c
|
|||
MAN8= rlogind.8
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
CFLAGS+= -Wall -DINET6
|
||||
CFLAGS+= -Wall -DNO_PAM -DINET6
|
||||
|
||||
.if defined(NOPAM)
|
||||
CFLAGS+= -DNO_PAM
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ MAN8= rshd.8
|
|||
.if defined(NOPAM)
|
||||
CFLAGS+= -DNO_PAM
|
||||
.else
|
||||
#CFLAGS+= -DCRYPT
|
||||
#CFLAGS+= -DCRYPT -DNO_PAM
|
||||
SRCS+= auth_pam.c
|
||||
DPADD+= ${LIBPAM}
|
||||
LDADD+= ${MINUSLPAM}
|
||||
|
|
|
|||
Loading…
Reference in a new issue