Avoid possible divide by zero
authorTomas Mraz <tomas@openssl.org>
Tue, 27 Dec 2022 10:22:05 +0000 (11:22 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 4 Jan 2023 15:50:55 +0000 (16:50 +0100)
commit8c29e5ebfd5f19442422ba43fea4c95816417e34
treeff6473177bd89bc1df95b63c3875cae9daf18987
parentcbae8a5fc4097e1fbeb01cfc82cbe30f0f6f8225
Avoid possible divide by zero

Backport of commit 624efd2

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19967)
ssl/record/ssl3_record.c