mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Add HTTP digest authentication.
Submitted by: Jean-Francois Dockes <jf@dockes.org> Forgotten by: des (repeatedly)
This commit is contained in:
parent
83fcb81283
commit
79ad329d0c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202613
@ -17,7 +17,9 @@ CFLAGS+= -DINET6
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
CFLAGS+= -DWITH_SSL
|
||||
DPADD= ${LIBSSL} ${LIBCRYPTO}
|
||||
LDADD= -lssl -lcrypto
|
||||
LDADD= -lssl -lcrypto -lmd
|
||||
.else
|
||||
LDADD= -lmd
|
||||
.endif
|
||||
|
||||
CFLAGS+= -DFTP_COMBINE_CWDS
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user