File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
nrf_cc310_mbedcrypto/include/mbedtls
nrf_cc312_mbedcrypto/include/mbedtls Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ typedef struct
6262 encoding */
6363#if defined(MBEDTLS_THREADING_C )
6464 mbedtls_threading_mutex_t mutex ; /*!< Thread-safety mutex */
65+ #else
66+ uint8_t dummy [8 ]; /*!< Ensuring same size when threading is disabled */
6567#endif
6668
6769 mbedtls_mpi NP ; /*!< Barrett mod N tag NP for N-modulus */
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ typedef struct
6262 encoding */
6363#if defined(MBEDTLS_THREADING_C )
6464 mbedtls_threading_mutex_t mutex ; /*!< Thread-safety mutex */
65+ #else
66+ uint8_t dummy [8 ]; /*!< Ensuring same size when threading is disabled */
6567#endif
6668
6769 mbedtls_mpi NP ; /*!< Barrett mod N tag NP for N-modulus */
You can’t perform that action at this time.
0 commit comments