commit | 1737385e04ef392927646ed939000436f2da2240 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 14:20:01 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 06 14:20:01 2011 +0000 |
tree | 3be62fa60c13b888710e3a0344ff4f3fc43aa5cf | |
parent | 37ca75d6f2630a9dd85c450f33b753c640cb5325 [diff] [blame] |
- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)
diff --git a/library/Makefile b/library/Makefile index e27f2bf..2612987 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -25,7 +25,8 @@ sha1.o sha2.o sha4.o \ ssl_cli.o ssl_srv.o ssl_tls.o \ timing.o x509parse.o xtea.o \ - camellia.o version.o + camellia.o version.o md.o \ + md_wrap.o .SILENT: