summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 6ce2e17a15..e7fdda69a9 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.51 2014/06/13 13:28:53 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.52 2014/06/15 15:29:25 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -721,18 +721,18 @@ long ssl3_callback_ctrl(SSL *s, int cmd, void (*fp)(void));
721long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp)(void)); 721long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp)(void));
722int ssl3_pending(const SSL *s); 722int ssl3_pending(const SSL *s);
723 723
724void ssl3_record_sequence_update(unsigned char *seq); 724void ssl3_record_sequence_increment(unsigned char *seq);
725int ssl3_do_change_cipher_spec(SSL *ssl); 725int ssl3_do_change_cipher_spec(SSL *ssl);
726long ssl3_default_timeout(void ); 726long ssl3_default_timeout(void);
727 727
728int ssl23_num_ciphers(void ); 728int ssl23_num_ciphers(void);
729const SSL_CIPHER *ssl23_get_cipher(unsigned int u); 729const SSL_CIPHER *ssl23_get_cipher(unsigned int u);
730int ssl23_read(SSL *s, void *buf, int len); 730int ssl23_read(SSL *s, void *buf, int len);
731int ssl23_peek(SSL *s, void *buf, int len); 731int ssl23_peek(SSL *s, void *buf, int len);
732int ssl23_write(SSL *s, const void *buf, int len); 732int ssl23_write(SSL *s, const void *buf, int len);
733int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); 733int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p);
734const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p); 734const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p);
735long ssl23_default_timeout(void ); 735long ssl23_default_timeout(void);
736 736
737long tls1_default_timeout(void); 737long tls1_default_timeout(void);
738int dtls1_do_write(SSL *s, int type); 738int dtls1_do_write(SSL *s, int type);