open-quantum-safe / oqs-provider

OpenSSL 3 provider containing post-quantum algorithms
https://openquantumsafe.org
MIT License
197 stars 83 forks source link

Various warnings building OQS Provider on Mac #467

Closed ashman-p closed 3 weeks ago

ashman-p commented 1 month ago

I am hitting various complier warnings building oqs-provider on my Mac. I have a patch file that addresses these warnings. If worthwhile I can create a PR for this.

A sample of them includes.... cmake -S . -B _build && cmake --build _build && ctest --test-dir _build && cmake --install _build

oqs_prov_warnings_fix.patch

baentsch commented 1 month ago

Thanks for this report @ashman-p . Of course, a PR is always welcome. Best would be if it came with CI demonstrating the fix (fails before, passes afterwards), making (CI of) the project more robust.