Hardcode numwords in vli_cpm_unsafe
diff --git a/include/tinycrypt/ecc.h b/include/tinycrypt/ecc.h
index ba5dffc..57c156a 100644
--- a/include/tinycrypt/ecc.h
+++ b/include/tinycrypt/ecc.h
@@ -331,8 +331,7 @@
  * @param num_words IN -- number of words
  * @return the sign of left - right
  */
-cmpresult_t uECC_vli_cmp_unsafe(const uECC_word_t *left, const uECC_word_t *right,
-				wordcount_t num_words);
+cmpresult_t uECC_vli_cmp_unsafe(const uECC_word_t *left, const uECC_word_t *right);
 
 /*
  * @brief Computes result = (left - right) % mod.