diff options
| author | doug <> | 2015-06-20 04:04:36 +0000 |
|---|---|---|
| committer | doug <> | 2015-06-20 04:04:36 +0000 |
| commit | 73cef548cdfd8de314b5aba376df5f39c4bf1b6e (patch) | |
| tree | 93cc5d2bdea8ae6a303cc4177da840b08097950c /src/lib/libssl/ssl_locl.h | |
| parent | 7e40cd02570f741c84e7beaf1489fbc7826363c7 (diff) | |
| download | openbsd-73cef548cdfd8de314b5aba376df5f39c4bf1b6e.tar.gz openbsd-73cef548cdfd8de314b5aba376df5f39c4bf1b6e.tar.bz2 openbsd-73cef548cdfd8de314b5aba376df5f39c4bf1b6e.zip | |
Convert ssl_parse_clienthello_renegotiate_ext to CBS.
ok miod@, tweak + ok 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 794769b79c..b55e8265af 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.91 2015/06/18 22:51:05 doug Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.92 2015/06/20 04:04:35 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 | * |
| @@ -839,7 +839,7 @@ int ssl_parse_serverhello_renegotiate_ext(SSL *s, unsigned char *d, | |||
| 839 | int len, int *al); | 839 | int len, int *al); |
| 840 | int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, | 840 | int ssl_add_clienthello_renegotiate_ext(SSL *s, unsigned char *p, |
| 841 | int *len, int maxlen); | 841 | int *len, int maxlen); |
| 842 | int ssl_parse_clienthello_renegotiate_ext(SSL *s, unsigned char *d, | 842 | int ssl_parse_clienthello_renegotiate_ext(SSL *s, const unsigned char *d, |
| 843 | int len, int *al); | 843 | int len, int *al); |
| 844 | long ssl_get_algorithm2(SSL *s); | 844 | long ssl_get_algorithm2(SSL *s); |
| 845 | int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize); | 845 | int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize); |
