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:
David Brown 2021-01-26 11:38:24 -07:00
parent db003f31fc
commit bc1731b24e

View file

@ -277,7 +277,7 @@ extern "C" {
#if defined(PSA_WANT_ALG_CBC_PKCS7)
#define MBEDTLS_CIPHER_PADDING_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 */