diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 10 |
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)); | |||
721 | long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp)(void)); | 721 | long ssl3_ctx_callback_ctrl(SSL_CTX *s, int cmd, void (*fp)(void)); |
722 | int ssl3_pending(const SSL *s); | 722 | int ssl3_pending(const SSL *s); |
723 | 723 | ||
724 | void ssl3_record_sequence_update(unsigned char *seq); | 724 | void ssl3_record_sequence_increment(unsigned char *seq); |
725 | int ssl3_do_change_cipher_spec(SSL *ssl); | 725 | int ssl3_do_change_cipher_spec(SSL *ssl); |
726 | long ssl3_default_timeout(void ); | 726 | long ssl3_default_timeout(void); |
727 | 727 | ||
728 | int ssl23_num_ciphers(void ); | 728 | int ssl23_num_ciphers(void); |
729 | const SSL_CIPHER *ssl23_get_cipher(unsigned int u); | 729 | const SSL_CIPHER *ssl23_get_cipher(unsigned int u); |
730 | int ssl23_read(SSL *s, void *buf, int len); | 730 | int ssl23_read(SSL *s, void *buf, int len); |
731 | int ssl23_peek(SSL *s, void *buf, int len); | 731 | int ssl23_peek(SSL *s, void *buf, int len); |
732 | int ssl23_write(SSL *s, const void *buf, int len); | 732 | int ssl23_write(SSL *s, const void *buf, int len); |
733 | int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); | 733 | int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); |
734 | const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p); | 734 | const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p); |
735 | long ssl23_default_timeout(void ); | 735 | long ssl23_default_timeout(void); |
736 | 736 | ||
737 | long tls1_default_timeout(void); | 737 | long tls1_default_timeout(void); |
738 | int dtls1_do_write(SSL *s, int type); | 738 | int dtls1_do_write(SSL *s, int type); |