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
@ -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…
x
Reference in New Issue
Block a user