CV-Bowen commented on PR #6253:
URL: https://github.com/apache/incubator-nuttx/pull/6253#issuecomment-1125091991

   > > > Maybe better to switch keysize to size_t?
   > > 
   > > 
   > > Done, i am not sure your meaning, do you mean switch type of keysize to 
size_t on basis of this PR? If yes, done.
   > 
   > Yes. I meant that if we change to size_t then we do not need stdint.h. and 
with stdint.h we need ifndef ASSEMBLY wrapper
   
   I have tried only switch uint32_t to size_t, but still have compile error. 
In my opinion, crypto.h is the first included file by drivers_initialize.c, and 
crypto.h use FAR, uint32_t/size_t, this is the reason for compile error. 


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to