Skip to content

Commit a100d8c

Browse files
Merge pull request #4 from LedgerHQ/xch/lns-master-sdk-build
src: interpolate.c: Fix build with SDK master for LNS
2 parents 915e197 + 56fec8e commit a100d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sskr/sss/interpolate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Minimal required bytes for BN storing a GF(256) value
2424
#define GF2_8_MPI_BYTES 1
2525

26-
#ifdef TARGET_NANOS
26+
#if defined(TARGET_NANOS) && !defined API_LEVEL
2727
/**
2828
* @brief Performs a multiplication over GF(2^n).
2929
*

0 commit comments

Comments
 (0)