diff options
author | Justus Winter, corvid <devnull@localhost> | 2011-09-29 16:21:28 +0000 |
---|---|---|
committer | Justus Winter, corvid <devnull@localhost> | 2011-09-29 16:21:28 +0000 |
commit | 8dac04451d23627af7be3b50ca13a9d882ac4ad6 (patch) | |
tree | b2c946ec1101a8ca8da6cfd74de950b562c9c6e9 /src/Makefile.am | |
parent | c4f7c7f2e6b9d028033040a83a39cfc3decdedd6 (diff) |
rest of digest authentication
Justus contributed the original patch in April 2009.
I read RFCs, fixed bugs, restructured, tested.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9de7eed5..5e887d2c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,10 @@ dillo_SOURCES = \ cookies.h \ auth.c \ auth.h \ + md5.c \ + md5.h \ + digest.c \ + digest.h \ colors.c \ colors.h \ binaryconst.h \ |