Skip to content

Commit

Permalink
Handle Windows not supporting static array dimension (aws#1912)
Browse files Browse the repository at this point in the history
awslabs/s2n-bignum#98 handles Windows not supporting static array dimensions. We have our own header files with function declarations for s2n-bignum. Hence that work was never ported automatically.

Adopt same detection approach as in referenced PR. MSVC doesn't support it, neither does C++. So, try to detect those cases as well as if variable-length arrays aren't supported.
  • Loading branch information
torben-hansen authored Oct 9, 2024
1 parent 49215e8 commit 9ff8458
Showing 1 changed file with 80 additions and 74 deletions.
Loading

0 comments on commit 9ff8458

Please sign in to comment.