Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMP
authorLutz Jänicke <jaenicke@openssl.org>
Mon, 5 Jan 2009 14:43:07 +0000 (14:43 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Mon, 5 Jan 2009 14:43:07 +0000 (14:43 +0000)
commitf4677b79609a17b125c46a8bc9899be94ac65919
tree313045123a9d966c5cf90023a47d65ad5a32b51e
parent92308905dd6d5ff05b8dd2b6218a72669dc94710
Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMP

Some #include statements were not properly protected. This will go unnoted
on most systems as openssl/comp.h tends to be installed as a system header
file by default but may become visible when cross compiling.
ssl/d1_enc.c
ssl/ssl_ciph.c
ssl/ssl_locl.h
ssl/t1_enc.c