From 5ee441162e3a5a236429f43d5c352beb5eb29cc3 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 3 Dec 2014 10:33:08 +0000 Subject: [PATCH] The dtls1_output_cert_chain function no longer exists so remove it from ssl_locl.h Reviewed-by: Tim Hudson --- ssl/ssl_locl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 7bc839c8c7..6b53f24883 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1180,7 +1180,6 @@ int dtls1_write_bytes(SSL *s, int type, const void *buf, int len); int dtls1_send_change_cipher_spec(SSL *s, int a, int b); int dtls1_send_finished(SSL *s, int a, int b, const char *sender, int slen); -unsigned long dtls1_output_cert_chain(SSL *s, CERT_PKEY *cpk); int dtls1_read_failed(SSL *s, int code); int dtls1_buffer_message(SSL *s, int ccs); int dtls1_retransmit_message(SSL *s, unsigned short seq, -- 2.40.0