summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authordoug <>2015-07-14 03:38:26 +0000
committerdoug <>2015-07-14 03:38:26 +0000
commitb127caa4bc904d0640762fea9bab8484ab517c85 (patch)
treef5059644fa2b5036ffaaa06fcdd146230002f031 /src/lib/libssl/ssl_locl.h
parentbcdb20158fefe3cccdac7449460a8cab650feded (diff)
downloadopenbsd-b127caa4bc904d0640762fea9bab8484ab517c85.tar.gz
openbsd-b127caa4bc904d0640762fea9bab8484ab517c85.tar.bz2
openbsd-b127caa4bc904d0640762fea9bab8484ab517c85.zip
Convert ssl_parse_clienthello_use_srtp_ext to CBS.
ok miod@ jsing@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-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 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
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);