CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/16 09:49:01
Modified files:
lib/libssl : ssl.h ssl_locl.h tls12_record_layer.c
Log message:
Absorb SSL_AEAD_CTX into struct tls12_record_protection.
The information contained in SSL_AEAD_CTX really belongs in the
tls12_record_protection struct. Absorb SSL_AEAD_CTX, using more appropriate
types in the process.
ok tb@
