diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-28 07:14:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-28 07:14:48 +0000 |
commit | 997358a6c475c8886cce388ab325184a1ff733c9 (patch) | |
tree | 27a15790e030fc186d00cd710d2a3540f4defe69 /linux/lib/zlib/README.freeswan | |
parent | 52923c9acb349adec3d1cc039e7a74c2e822da6e (diff) | |
download | strongswan-997358a6c475c8886cce388ab325184a1ff733c9.tar.bz2 strongswan-997358a6c475c8886cce388ab325184a1ff733c9.tar.xz |
- import of strongswan-2.7.0
- applied patch for charon
Diffstat (limited to 'linux/lib/zlib/README.freeswan')
-rw-r--r-- | linux/lib/zlib/README.freeswan | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/lib/zlib/README.freeswan b/linux/lib/zlib/README.freeswan new file mode 100644 index 000000000..f34b5cfff --- /dev/null +++ b/linux/lib/zlib/README.freeswan @@ -0,0 +1,13 @@ +The only changes made to these files for use in FreeS/WAN are: + + - In zconf.h, macros are defined to prefix global symbols with "ipcomp_" + (or "_ipcomp"), when compiled with -DIPCOMP_PREFIX. + - The copyright strings are defined local (static) + + The above changes are made to avoid name collisions with ppp_deflate + and ext2compr. + + - Files not needed for FreeS/WAN have been removed + + See the "README" file for information about where to obtain the complete + zlib package. |