You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I tried to build ABY which uses this repo with clang17, there was an error about free in src/ENCRYPTO_utils/channel.cpp. And the reason seems to be a missing include, namely #include <cstdlib> in this file.
Can you have a look at it?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
When I tried to build ABY which uses this repo with clang17, there was an error about
free
insrc/ENCRYPTO_utils/channel.cpp
. And the reason seems to be a missing include, namely#include <cstdlib>
in this file.Can you have a look at it?
Thanks!
The text was updated successfully, but these errors were encountered: