summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_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/ssl_lib.c
parentf6739c3db455f37cc04a8f12f741b1521738b562 (diff)
Remove unused cert_verify_mac code
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index 5068c15964..e02b04906e 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -176,7 +176,6 @@ SSL3_ENC_METHOD ssl3_undef_enc_method = {
(int (*)(SSL *, const char *, int, unsigned char *))
ssl_undefined_function,
0, /* finish_mac_length */
- (int (*)(SSL *, int, unsigned char *))ssl_undefined_function,
NULL, /* client_finished_label */
0, /* client_finished_label_len */
NULL, /* server_finished_label */