mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 16:32:32 -04:00
Use MBEDTLS_PRIVATE
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
cf4d2bdc09
commit
a35551ef01
@ -60,10 +60,10 @@ typedef enum {
|
|||||||
* The structure is used SHA-3 checksum calculations.
|
* The structure is used SHA-3 checksum calculations.
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint64_t state[25];
|
uint64_t MBEDTLS_PRIVATE(state[25]);
|
||||||
uint32_t index;
|
uint32_t MBEDTLS_PRIVATE(index);
|
||||||
uint16_t olen;
|
uint16_t MBEDTLS_PRIVATE(olen);
|
||||||
uint16_t max_block_size;
|
uint16_t MBEDTLS_PRIVATE(max_block_size);
|
||||||
}
|
}
|
||||||
mbedtls_sha3_context;
|
mbedtls_sha3_context;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user