oqs-provider icon indicating copy to clipboard operation
oqs-provider copied to clipboard

MSVC C2059 error when no signature is enabled

Open bencemali opened this issue 1 month ago • 1 comments

If no signature algorithm is enabled at compile time, the oqs_param_sigalg_list is an empty array, and when compiled with MSVC, it can cause a C2059 error. This can be avoided, if the the array is not created when no signature algorithm is enabled.

bencemali avatar May 13 '24 15:05 bencemali