[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sun Jul 30 21:40:59 UTC 2017


The branch master has been updated
       via  00f3a013c30736a37c90c47d5a45191eaa3051c7 (commit)
      from  5f9602eb1567c4c0b8034f574cd52eb2f1f90a65 (commit)


- Log -----------------------------------------------------------------
commit 00f3a013c30736a37c90c47d5a45191eaa3051c7
Author: Xiaoyin Liu <xiaoyinl at users.noreply.github.com>
Date:   Sun Jul 30 03:06:56 2017 -0400

    Remove redundant declarations in record_locl.h
    
    This patch removes the prototype of function RECORD_LAYER_set_write_sequence from record_locl.h, since this function is not defined.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4051)

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

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

diff --git a/ssl/record/record_locl.h b/ssl/record/record_locl.h
index 2b55bec..fefb0df 100644
--- a/ssl/record/record_locl.h
+++ b/ssl/record/record_locl.h
@@ -41,7 +41,6 @@
 __owur int ssl3_read_n(SSL *s, size_t n, size_t max, int extend, int clearold,
                        size_t *readbytes);
 
-void RECORD_LAYER_set_write_sequence(RECORD_LAYER *rl, const unsigned char *ws);
 DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr,
                                unsigned int *is_next_epoch);
 int dtls1_process_buffered_records(SSL *s);


More information about the openssl-commits mailing list