X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl3.h;h=7ee1feaa677cb3785a2dfebbb83bd6948fe7c0b3;hp=f616763830e3362da08ab44b0a90c247b5d2bd7e;hb=020fc820dc90dbbcf0d7e3f3345af9e44cf905a7;hpb=e5599db448685616a8a537a516ae2403f9965257 diff --git a/ssl/ssl3.h b/ssl/ssl3.h index f616763830..7ee1feaa67 100644 --- a/ssl/ssl3.h +++ b/ssl/ssl3.h @@ -59,6 +59,9 @@ #ifndef HEADER_SSL3_H #define HEADER_SSL3_H +#ifndef NO_COMP +#include +#endif #include #include #include @@ -310,7 +313,7 @@ typedef struct ssl3_state_st const EVP_CIPHER *new_sym_enc; const EVP_MD *new_hash; -#ifdef HEADER_COMP_H +#ifndef NO_COMP const SSL_COMP *new_compression; #else char *new_compression;