diff options
author | jsing <> | 2015-09-11 17:17:44 +0000 |
---|---|---|
committer | jsing <> | 2015-09-11 17:17:44 +0000 |
commit | 95aa7ecf4e326938e45730c004873ee74084bc3a (patch) | |
tree | 5997e99e2fa42f71ea4482d0b0ad1617a01789a4 /src/lib/libssl/ssl_locl.h | |
parent | e6d82b5ff5cc6694ad067ce647a124a37bd8781b (diff) | |
download | openbsd-95aa7ecf4e326938e45730c004873ee74084bc3a.tar.gz openbsd-95aa7ecf4e326938e45730c004873ee74084bc3a.tar.bz2 openbsd-95aa7ecf4e326938e45730c004873ee74084bc3a.zip |
Nuke ssl3_cbc_remove_padding().
ok "flensing knife"
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 88af440f21..a1302104e6 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.113 2015/09/11 17:11:53 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.114 2015/09/11 17:17:44 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 | * |
@@ -844,8 +844,6 @@ int ssl_parse_serverhello_use_srtp_ext(SSL *s, const unsigned char *d, | |||
844 | /* s3_cbc.c */ | 844 | /* s3_cbc.c */ |
845 | void ssl3_cbc_copy_mac(unsigned char *out, const SSL3_RECORD *rec, | 845 | void ssl3_cbc_copy_mac(unsigned char *out, const SSL3_RECORD *rec, |
846 | unsigned md_size, unsigned orig_len); | 846 | unsigned md_size, unsigned orig_len); |
847 | int ssl3_cbc_remove_padding(const SSL *s, SSL3_RECORD *rec, | ||
848 | unsigned block_size, unsigned mac_size); | ||
849 | int tls1_cbc_remove_padding(const SSL *s, SSL3_RECORD *rec, | 847 | int tls1_cbc_remove_padding(const SSL *s, SSL3_RECORD *rec, |
850 | unsigned block_size, unsigned mac_size); | 848 | unsigned block_size, unsigned mac_size); |
851 | char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx); | 849 | char ssl3_cbc_record_digest_supported(const EVP_MD_CTX *ctx); |