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
Despite #262, when I try to enable the Relic pairing module, the compilation process fails:
error: conflicting types for ‘fp_write_bin’
charm/core/math/pairing/relic/relic_interface.c:48:6: error: conflicting types for ‘fp_write_bin’
48 |void fp_write_bin(unsigned char *str, int len, fp_t a)
previous declaration of ‘fp_write_bin’ was here
709 | void fp_write_bin(uint8_t *bin, int len, const fp_t a);
The text was updated successfully, but these errors were encountered:
Despite #262, when I try to enable the Relic pairing module, the compilation process fails:
The text was updated successfully, but these errors were encountered: