X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fssl3.h;h=2a9714fc19b59a6b3f15f2f645a86e22c970dd9e;hb=bb7cd4e3ebb9c1114b7fb6f6d0e4c280ef984889;hp=36f135182b5498177895c6dbebeda3e5fff741f0;hpb=0b86eb3ea66628997a11bc8588c4695eabd90e62;p=oweals%2Fopenssl.git diff --git a/ssl/ssl3.h b/ssl/ssl3.h index 36f135182b..2a9714fc19 100644 --- a/ssl/ssl3.h +++ b/ssl/ssl3.h @@ -322,8 +322,9 @@ typedef struct ssl3_ctx_st /* used to hold the new cipher we are going to use */ SSL_CIPHER *new_cipher; +#ifndef NO_DH DH *dh; - +#endif /* used when SSL_ST_FLUSH_DATA is entered */ int next_state;