File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3251,7 +3251,7 @@ AS_IF([test "x$with_cryptoauthlib" != "xno"], [
32513251 CPPFLAGS="$saved_CPPFLAGS"
32523252 CFLAGS="$saved_CFLAGS"
32533253 AC_MSG_RESULT ( [ no - compilation failed] )
3254- AC_MSG_ERROR ( [ CryptoAuthLib found but test compilation failed. Check config.log for details.] )
3254+ AC_MSG_ERROR ( [ CryptoAuthLib found but compilation check failed. Check config.log for details.] )
32553255 ] )
32563256 ] , [
32573257 AC_MSG_RESULT ( [ no - library not found] )
Original file line number Diff line number Diff line change @@ -228,15 +228,15 @@ which is of 8 byte
228228
229229typedef struct
230230{
231- uint8_t element_CKA; //!< contains class, key_type & Algorithm mode
232- uint16_t property; //!< properties of the element
233- uint8_t usage_key; //!< usage key
234- uint8_t write_key; //!< write key
235- uint8_t read_key; //!< read key
236- uint8_t permission; //!< permission of the element usage|write|read|
237- // delete perm
238- uint8_t byte7_settings; //!< Byte 7 attributes use_count|exportable|
239- // lockable|access_limit
231+ uint8_t element_CKA; /* contains class, key_type & Algorithm mode */
232+ uint16_t property ; /* properties of the element */
233+ uint8_t usage_key ; /* usage key */
234+ uint8_t write_key ; /* write key */
235+ uint8_t read_key ; /* read key */
236+ uint8_t permission ; /* permission of the element usage|write|read|
237+ delete perm */
238+ uint8_t byte7_settings ; /* Byte 7 attributes use_count|exportable|
239+ lockable|access_limit */
240240} ATCA_PACKED ta_element_attributes_t ;
241241
242242See Shared Data Element Attributes in the programming specifications
You can’t perform that action at this time.
0 commit comments