diff options
author | jsing <> | 2016-11-06 17:21:04 +0000 |
---|---|---|
committer | jsing <> | 2016-11-06 17:21:04 +0000 |
commit | 89a62bf3aa4e239ea23e1626223425e9f85dfd97 (patch) | |
tree | 424c134bad58d437166ae1e55c8f2e29ae9c27c8 /src/lib/libssl/ssl_locl.h | |
parent | 5120cd3147a497739d3c26c968a51fba61147505 (diff) | |
download | openbsd-89a62bf3aa4e239ea23e1626223425e9f85dfd97.tar.gz openbsd-89a62bf3aa4e239ea23e1626223425e9f85dfd97.tar.bz2 openbsd-89a62bf3aa4e239ea23e1626223425e9f85dfd97.zip |
Remove unused SSLv3 from ssl3_cbc_record_digest_supported().
From Markus Uhlin <markus.uhlin at bredband dot net>
ok beck@ bcooK@
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 4386f0f7e5..6c36795b1d 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.135 2016/11/05 08:26:36 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.136 2016/11/06 17:21:04 jsing 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 | * |
@@ -834,7 +834,7 @@ int ssl3_cbc_digest_record(const EVP_MD_CTX *ctx, unsigned char *md_out, | |||
834 | size_t *md_out_size, const unsigned char header[13], | 834 | size_t *md_out_size, const unsigned char header[13], |
835 | const unsigned char *data, size_t data_plus_mac_size, | 835 | const unsigned char *data, size_t data_plus_mac_size, |
836 | size_t data_plus_mac_plus_padding_size, const unsigned char *mac_secret, | 836 | size_t data_plus_mac_plus_padding_size, const unsigned char *mac_secret, |
837 | unsigned mac_secret_length, char is_sslv3); | 837 | unsigned mac_secret_length); |
838 | 838 | ||
839 | __END_HIDDEN_DECLS | 839 | __END_HIDDEN_DECLS |
840 | 840 | ||