summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/ssl_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 0056daa155..3256354463 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.95 2015/07/14 03:38:26 doug Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.96 2015/07/17 17:36:24 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 *
@@ -854,7 +854,7 @@ int 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);
857int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, 857int ssl_parse_serverhello_use_srtp_ext(SSL *s, const unsigned char *d,
858 int len, int *al); 858 int len, int *al);
859 859
860/* s3_cbc.c */ 860/* s3_cbc.c */