15 Feb
2022
15 Feb
'22
5:45 a.m.
On Tue, 2022-02-15 at 14:37 +0300, Dmitry Timoshkov wrote:
Hans Leidekker <hans(a)codeweavers.com> wrote:
+UCHAR rsa_key_blob[] = { ... +UCHAR rsa_key_blob_with_invalid_bit_length[] = { ... +UCHAR rsa_key_blob_with_invalid_publicexp_size[] = { ... +UCHAR invalid_rsa_key_blob[] = {
Shouldn't these be static const?
I guess they could be made static, but const would introduce warnings.