diff options
Diffstat (limited to '')
| -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 8116bfddfa..0056daa155 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.94 2015/06/28 00:08:27 doug Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.95 2015/07/14 03:38:26 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 | * | 
| @@ -850,7 +850,7 @@ int tls1_check_ec_tmp_key(SSL *s); | |||
| 850 | 850 | ||
| 851 | int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, | 851 | int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, | 
| 852 | int *len, int maxlen); | 852 | int *len, int maxlen); | 
| 853 | int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, | 853 | int ssl_parse_clienthello_use_srtp_ext(SSL *s, const unsigned char *d, | 
| 854 | int len, int *al); | 854 | int len, int *al); | 
| 855 | int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, | 855 | int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, | 
| 856 | int *len, int maxlen); | 856 | int *len, int maxlen); | 
