facebookincubator / fizz

C++14 implementation of the TLS-1.3 standard
Other
1.14k stars 162 forks source link

Build breaks because of missing liboqs #79

Closed jmccl closed 2 years ago

jmccl commented 2 years ago

include <oqs/kem.h> fails in the new file, OQSKeyExchange.h

https://github.com/facebookincubator/fizz/blob/7c31f0ab328d759c959e8307db0aee33e7e2388d/fizz/experimental/crypto/exchange/OQSKeyExchange.h

mkyybx commented 2 years ago

Seems like it's caused by fizz tool including the experimental oqs implementation. Will try to use macros to disable it.

mkyybx commented 2 years ago

That commit should've fixed that. I will close the issue now and should you still have trouble compiling, please feel free to reopen this issue.