nkaje commented on a change in pull request #2184: WIP DONOT MERGE: 
crypto/mbedtls: Enable AES and SECP256R1
URL: https://github.com/apache/mynewt-core/pull/2184#discussion_r382590507
 
 

 ##########
 File path: hw/drivers/trng/trng_da1469x/include/trng_da1469x.h
 ##########
 @@ -27,6 +27,9 @@ extern "C" {
 #endif
 
 int da1469x_trng_init(struct os_dev *dev, void *arg);
+#ifdef MBEDTLS_ENTROPY_HARDWARE_ALT
+int mbedtls_hardware_poll( void *data, unsigned char *output, size_t len, 
size_t *olen );
 
 Review comment:
   I'll check on that

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to