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:05 +0000 (14:43 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Mon, 5 Jan 2009 14:43:05 +0000 (14:43 +0000)
commitfceac0bc74ad0a1c2d93f49d619edbc2d948dddc
tree0b2844ab243a7345856e08f8eee6a8c8a770a946
parent792bbc2374b4ea2d1b722ecdc1ff74417219b3ae
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