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?