[openssl-commits] [openssl] OpenSSL source code branch master updated. 789da2c73d875af59b14156b6295aa4bdfc4f424

Matt Caswell matt at openssl.org
Tue Dec 16 15:04:34 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSSL source code".

The branch, master has been updated
       via  789da2c73d875af59b14156b6295aa4bdfc4f424 (commit)
      from  ec1af3c4195c1dfecdd9dc7458850ab1b8b951e0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 789da2c73d875af59b14156b6295aa4bdfc4f424
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Dec 3 10:33:08 2014 +0000

    The dtls1_output_cert_chain function no longer exists so remove it from
    ssl_locl.h
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 ssl/ssl_locl.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 2e598e3..5212bc9 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1129,7 +1129,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, 


hooks/post-receive
-- 
OpenSSL source code


More information about the openssl-commits mailing list