commit | 2770fbd651918f64881339e162edbbd261624a59 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 03 13:30:23 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 03 13:30:23 2012 +0000 |
tree | 91538c4dcb1f38f35bd2a3b15c28b590c91218d6 | |
parent | 4f9a7bb7fdb52299c6b91b76252104a70d74710d [diff] [blame] |
- Added DEFLATE compression support as per RFC3749 (requires zlib)
diff --git a/tests/Makefile b/tests/Makefile index fd5d6a5..3ceb19f 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -17,6 +17,11 @@ LDFLAGS += -lws2_32 endif +# Zlib shared library extensions: +ifdef ZLIB +LDFLAGS += -lz +endif + APPS = test_suite_aes test_suite_arc4 \ test_suite_base64 test_suite_camellia \ test_suite_cipher.aes test_suite_cipher.camellia \