The dtls1_output_cert_chain function no longer exists so remove it from
[openssl.git] / ssl / ssl_locl.h
index 7bc839c8c73e4baf1b4ec90cf0c631e9831e1f48..6b53f24883a81e141ed756181eb0159f0c5e8e0e 100644 (file)
@@ -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,