提交 9d671ad1 编写于 作者: M Matt Caswell

Remove some unused variables

The next_state variable is no longer needed in the new state machine.
Reviewed-by: NTim Hudson <tjh@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 f0de3959
......@@ -1260,8 +1260,6 @@ typedef struct ssl3_state_st {
# ifndef OPENSSL_NO_EC
EC_KEY *ecdh; /* holds short lived ECDH key */
# endif
/* used when SSL_ST_FLUSH_DATA is entered */
int next_state;
/* used for certificate requests */
int cert_req;
int ctype_num;
......@@ -1449,8 +1447,6 @@ typedef struct dtls1_state_st {
unsigned int retransmitting;
# ifndef OPENSSL_NO_SCTP
/* used when SSL_ST_XX_FLUSH is entered */
int next_state;
int shutdown_received;
# endif
} DTLS1_STATE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册