mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	psa: include: Fix comments
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
		
							parent
							
								
									56c9a9457a
								
							
						
					
					
						commit
						e31fd11ab3
					
				@ -41,7 +41,7 @@
 | 
				
			|||||||
 * of both this file and the content of psa_crypto_driver_wrappers.c */
 | 
					 * of both this file and the content of psa_crypto_driver_wrappers.c */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef union {
 | 
					typedef union {
 | 
				
			||||||
    unsigned dummy; /* Make sure this structure is always non-empty */
 | 
					    unsigned dummy; /* Make sure this union is always non-empty */
 | 
				
			||||||
    mbedtls_psa_hash_operation_t mbedtls_ctx;
 | 
					    mbedtls_psa_hash_operation_t mbedtls_ctx;
 | 
				
			||||||
#if defined(PSA_CRYPTO_DRIVER_TEST)
 | 
					#if defined(PSA_CRYPTO_DRIVER_TEST)
 | 
				
			||||||
    mbedtls_transparent_test_driver_hash_operation_t test_driver_ctx;
 | 
					    mbedtls_transparent_test_driver_hash_operation_t test_driver_ctx;
 | 
				
			||||||
@ -49,7 +49,7 @@ typedef union {
 | 
				
			|||||||
} psa_driver_hash_context_t;
 | 
					} psa_driver_hash_context_t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef union {
 | 
					typedef union {
 | 
				
			||||||
    unsigned dummy; /* Make sure this structure is always non-empty */
 | 
					    unsigned dummy; /* Make sure this union is always non-empty */
 | 
				
			||||||
    mbedtls_psa_cipher_operation_t mbedtls_ctx;
 | 
					    mbedtls_psa_cipher_operation_t mbedtls_ctx;
 | 
				
			||||||
#if defined(PSA_CRYPTO_DRIVER_TEST)
 | 
					#if defined(PSA_CRYPTO_DRIVER_TEST)
 | 
				
			||||||
    mbedtls_transparent_test_driver_cipher_operation_t transparent_test_driver_ctx;
 | 
					    mbedtls_transparent_test_driver_cipher_operation_t transparent_test_driver_ctx;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user