diff options
author | Matt Caswell <matt@openssl.org> | 2020-06-10 16:11:28 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2020-07-06 10:26:00 +0200 |
commit | ebacd57bee1baef6236a518a0eec3135d593f47a (patch) | |
tree | 6974261d2795910e58b59645274304371eb23985 /ssl/build.info | |
parent | Move MAC removal responsibility to the various protocol "enc" functions (diff) | |
download | openssl-ebacd57bee1baef6236a518a0eec3135d593f47a.tar.xz openssl-ebacd57bee1baef6236a518a0eec3135d593f47a.zip |
Split the padding/mac removal functions out into a separate file
We split these functions out into a separate file because we are
preparing to make this file shared between libssl and providers.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12288)
Diffstat (limited to 'ssl/build.info')
-rw-r--r-- | ssl/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/build.info b/ssl/build.info index 5d70dec676..a66e0d4bdb 100644 --- a/ssl/build.info +++ b/ssl/build.info @@ -27,5 +27,5 @@ SOURCE[../libssl]=\ ssl_asn1.c ssl_txt.c ssl_init.c ssl_conf.c ssl_mcnf.c \ bio_ssl.c ssl_err.c tls_srp.c t1_trce.c ssl_utst.c \ record/ssl3_buffer.c record/ssl3_record.c record/dtls1_bitmap.c \ - statem/statem.c record/ssl3_record_tls13.c + statem/statem.c record/ssl3_record_tls13.c record/tls_pad.c DEFINE[../libssl]=$AESDEF |