CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/01/20 00:05:25
Modified files: lib/libssl : tls12_record_layer.c Log message: Drop unneeded cast in seal_record_protected_cipher eiv_len was changed from an int to a size_t in r1.10, so casting it to a size_t is now a noop. ok jsing