diff options
Diffstat (limited to 'src/lib/libssl/src/ssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/src/ssl/ssl_locl.h | 4 |
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 97e32de380..3312aebaad 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.83 2014/12/14 16:19:38 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.84 2014/12/15 00:46:53 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 | * |
@@ -865,7 +865,7 @@ int ssl3_cbc_remove_padding(const SSL *s, SSL3_RECORD *rec, | |||
865 | int tls1_cbc_remove_padding(const SSL *s, SSL3_RECORD *rec, | 865 | int tls1_cbc_remove_padding(const SSL *s, SSL3_RECORD *rec, |
866 | unsigned block_size, unsigned mac_size); | 866 | unsigned block_size, unsigned mac_size); |
867 | char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx); | 867 | char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx); |
868 | void ssl3_cbc_digest_record(const EVP_MD_CTX *ctx, unsigned char *md_out, | 868 | int ssl3_cbc_digest_record(const EVP_MD_CTX *ctx, unsigned char *md_out, |
869 | size_t *md_out_size, const unsigned char header[13], | 869 | size_t *md_out_size, const unsigned char header[13], |
870 | const unsigned char *data, size_t data_plus_mac_size, | 870 | const unsigned char *data, size_t data_plus_mac_size, |
871 | size_t data_plus_mac_plus_padding_size, const unsigned char *mac_secret, | 871 | size_t data_plus_mac_plus_padding_size, const unsigned char *mac_secret, |