Skip to content

Commit ceed8dd

Browse files
committed
FIX: Fix static annotation for uECC_valid_point
cherry picked from: kmackay/micro-ecc@d2f1bd6
1 parent 81e9e0a commit ceed8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/u-uECC.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ void uECC_decompress(const uint8_t *compressed, uint8_t *public_key, uECC_Curve
11151115
}
11161116
#endif /* uECC_SUPPORT_COMPRESSED_POINT */
11171117

1118-
int uECC_valid_point(const uECC_word_t *point, uECC_Curve curve) {
1118+
uECC_VLI_API int uECC_valid_point(const uECC_word_t *point, uECC_Curve curve) {
11191119
uECC_word_t tmp1[uECC_MAX_WORDS];
11201120
uECC_word_t tmp2[uECC_MAX_WORDS];
11211121
wordcount_t num_words = curve->num_words;

0 commit comments

Comments
 (0)