diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/s3_srvr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/s3_srvr.c b/src/lib/libssl/s3_srvr.c index ef37862091..3709587742 100644 --- a/src/lib/libssl/s3_srvr.c +++ b/src/lib/libssl/s3_srvr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s3_srvr.c,v 1.151 2017/01/24 01:44:00 jsing Exp $ */ | 1 | /* $OpenBSD: s3_srvr.c,v 1.152 2017/01/24 12:22:23 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1475,7 +1475,6 @@ ssl3_send_server_key_exchange(SSL *s) | |||
1475 | int al, i; | 1475 | int al, i; |
1476 | unsigned long type; | 1476 | unsigned long type; |
1477 | int n; | 1477 | int n; |
1478 | CERT *cert; | ||
1479 | int kn; | 1478 | int kn; |
1480 | BUF_MEM *buf; | 1479 | BUF_MEM *buf; |
1481 | EVP_MD_CTX md_ctx; | 1480 | EVP_MD_CTX md_ctx; |
@@ -1485,7 +1484,6 @@ ssl3_send_server_key_exchange(SSL *s) | |||
1485 | EVP_MD_CTX_init(&md_ctx); | 1484 | EVP_MD_CTX_init(&md_ctx); |
1486 | if (s->internal->state == SSL3_ST_SW_KEY_EXCH_A) { | 1485 | if (s->internal->state == SSL3_ST_SW_KEY_EXCH_A) { |
1487 | type = S3I(s)->tmp.new_cipher->algorithm_mkey; | 1486 | type = S3I(s)->tmp.new_cipher->algorithm_mkey; |
1488 | cert = s->cert; | ||
1489 | 1487 | ||
1490 | buf = s->internal->init_buf; | 1488 | buf = s->internal->init_buf; |
1491 | 1489 | ||