diff options
author | doug <> | 2015-07-17 17:36:24 +0000 |
---|---|---|
committer | doug <> | 2015-07-17 17:36:24 +0000 |
commit | 88ad978f659044d33591365be40627a0caf4d314 (patch) | |
tree | b72e8fcbf6dcf73332ebdb3d106125f8019bd5e8 /src/lib/libssl/ssl_locl.h | |
parent | 948a099f38f94b5e49f26b25636f12309d2d2d71 (diff) | |
download | openbsd-88ad978f659044d33591365be40627a0caf4d314.tar.gz openbsd-88ad978f659044d33591365be40627a0caf4d314.tar.bz2 openbsd-88ad978f659044d33591365be40627a0caf4d314.zip |
Convert ssl_parse_serverhello_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.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 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); |
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); |
857 | int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, | 857 | int 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 */ |