summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/ssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/ssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/src/ssl/ssl_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/ssl/ssl_locl.h b/src/lib/libssl/src/ssl/ssl_locl.h
index 8116bfddfa..0056daa155 100644
--- a/src/lib/libssl/src/ssl/ssl_locl.h
+++ b/src/lib/libssl/src/ssl/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
851int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, 851int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p,
852 int *len, int maxlen); 852 int *len, int maxlen);
853int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, 853int ssl_parse_clienthello_use_srtp_ext(SSL *s, const unsigned char *d,
854 int len, int *al); 854 int len, int *al);
855int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p, 855int ssl_add_serverhello_use_srtp_ext(SSL *s, unsigned char *p,
856 int *len, int maxlen); 856 int *len, int maxlen);