mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
fix warning
Reviewed-by: Ben Laurie <ben@openssl.org>
This commit is contained in:
parent
7538cb82f9
commit
14e8e4d3e6
@ -2408,7 +2408,6 @@ MSG_PROCESS_RETURN tls_process_client_key_exchange(SSL *s, PACKET *pkt)
|
||||
if (alg_k & (SSL_kDHE | SSL_kDHr | SSL_kDHd | SSL_kDHEPSK)) {
|
||||
int idx = -1;
|
||||
EVP_PKEY *skey = NULL;
|
||||
PACKET bookmark = *pkt;
|
||||
unsigned char shared[(OPENSSL_DH_MAX_MODULUS_BITS + 7) / 8];
|
||||
|
||||
if (!PACKET_get_net_2(pkt, &i)) {
|
||||
|
Loading…
Reference in New Issue
Block a user