diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 794769b79c..b55e8265af 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.91 2015/06/18 22:51:05 doug Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.92 2015/06/20 04:04:35 doug 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 | * |
@@ -839,7 +839,7 @@ int ssl_parse_serverhello_renegotiate_ext(SSL *s, unsigned char *d, | |||
839 | int len, int *al); | 839 | int len, int *al); |
840 | int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, | 840 | int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, |
841 | int *len, int maxlen); | 841 | int *len, int maxlen); |
842 | int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, | 842 | int ssl_parse_clienthello_renegotiate_ext(SSL *s, const unsigned char *d, |
843 | int len, int *al); | 843 | int len, int *al); |
844 | long ssl_get_algorithm2(SSL *s); | 844 | long ssl_get_algorithm2(SSL *s); |
845 | int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize); | 845 | int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize); |