mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03: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:
		@@ -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 */
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user