On Tue, 2022-02-15 at 14:37 +0300, Dmitry Timoshkov wrote:
Hans Leidekker hans@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.