]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix older clang warning on initialization
authorTomas Mraz <tomas@openssl.org>
Fri, 30 Sep 2022 09:32:41 +0000 (11:32 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 7 Oct 2022 18:44:36 +0000 (20:44 +0200)
commit19b6b5f4791e3531cd6d3aabc8706d590ade14b7
tree58272a99d1791e4f9ffc27f43af6b18e78deb40b
parentfb8bdbe3eba83265586a44cda2ffc783611680d7
Fix older clang warning on initialization

We use memset() instead.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19311)
test/bio_dgram_test.c