diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl3.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h index 2b041d7e2f..2840b1320f 100644 --- a/src/lib/libssl/ssl3.h +++ b/src/lib/libssl/ssl3.h | |||
@@ -490,13 +490,9 @@ typedef struct ssl3_state_st { | |||
490 | 490 | ||
491 | /* used to hold the new cipher we are going to use */ | 491 | /* used to hold the new cipher we are going to use */ |
492 | const SSL_CIPHER *new_cipher; | 492 | const SSL_CIPHER *new_cipher; |
493 | #ifndef OPENSSL_NO_DH | ||
494 | DH *dh; | 493 | DH *dh; |
495 | #endif | ||
496 | 494 | ||
497 | #ifndef OPENSSL_NO_ECDH | ||
498 | EC_KEY *ecdh; /* holds short lived ECDH key */ | 495 | EC_KEY *ecdh; /* holds short lived ECDH key */ |
499 | #endif | ||
500 | 496 | ||
501 | /* used when SSL_ST_FLUSH_DATA is entered */ | 497 | /* used when SSL_ST_FLUSH_DATA is entered */ |
502 | int next_state; | 498 | int next_state; |