Add HTTP digest authentication.

Submitted by:	Jean-Francois Dockes <jf@dockes.org>
Forgotten by:	des (repeatedly)
This commit is contained in:
Dag-Erling Smørgrav 2010-01-19 10:19:55 +00:00
parent 83fcb81283
commit 79ad329d0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202613
2 changed files with 821 additions and 69 deletions

View file

@ -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