Skip to content

Commit

Permalink
Update mbedtls config (#231)
Browse files Browse the repository at this point in the history
Enable MBEDTLS_CIPHER_MODE_CTR as it is required by SecureStore
function encrypt_decrypt_data.
  • Loading branch information
Arto Kinnunen committed Nov 29, 2018
1 parent 5dd919b commit 4221c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbedtls_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
#undef MBEDTLS_DEPRECATED_REMOVED
#undef MBEDTLS_CAMELLIA_SMALL_MEMORY
#undef MBEDTLS_CIPHER_MODE_CFB
#undef MBEDTLS_CIPHER_MODE_CTR
#define MBEDTLS_CIPHER_MODE_CTR
#undef MBEDTLS_CIPHER_NULL_CIPHER
#undef MBEDTLS_CIPHER_PADDING_ONE_AND_ZEROS
#undef MBEDTLS_CIPHER_PADDING_ZEROS_AND_LEN
Expand Down

0 comments on commit 4221c41

Please sign in to comment.