summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-11-25 13:08:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-11-25 18:22:12 +0000
commit6938c954b072c1ddddeb0ec9f6a151df0d2cd925 (patch)
tree8f2ac3d566ec62cc106c60e79c893ec42fca359c /ssl/s3_lib.c
parentf6739c3db455f37cc04a8f12f741b1521738b562 (diff)
Remove unused cert_verify_mac code
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 5ad9863121..8c1b4aa18f 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -3809,7 +3809,6 @@ const SSL3_ENC_METHOD SSLv3_enc_data = {
ssl3_change_cipher_state,
ssl3_final_finish_mac,
MD5_DIGEST_LENGTH + SHA_DIGEST_LENGTH,
- ssl3_cert_verify_mac,
SSL3_MD_CLIENT_FINISHED_CONST, 4,
SSL3_MD_SERVER_FINISHED_CONST, 4,
ssl3_alert_code,