mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 09:15:36 +00:00
Fix small error in a comment
Use '||' instead of 'or' for consistency. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
db003f31fc
commit
bc1731b24e
|
@ -277,7 +277,7 @@ extern "C" {
|
||||||
#if defined(PSA_WANT_ALG_CBC_PKCS7)
|
#if defined(PSA_WANT_ALG_CBC_PKCS7)
|
||||||
#define MBEDTLS_CIPHER_PADDING_PKCS7
|
#define MBEDTLS_CIPHER_PADDING_PKCS7
|
||||||
#endif /* PSA_WANT_ALG_CBC_PKCS7 */
|
#endif /* PSA_WANT_ALG_CBC_PKCS7 */
|
||||||
#endif /* PSA_WANT_ALG_CBC_NO_PADDING or PSA_WANT_ALG_CBC_PKCS7 */
|
#endif /* PSA_WANT_ALG_CBC_NO_PADDING || PSA_WANT_ALG_CBC_PKCS7 */
|
||||||
|
|
||||||
#else /* MBEDTLS_PSA_CRYPTO_CONFIG */
|
#else /* MBEDTLS_PSA_CRYPTO_CONFIG */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue