mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Add missing PSA_ALG_NONE macro.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
		
							parent
							
								
									e6d3edaf32
								
							
						
					
					
						commit
						359b5ab6ea
					
				@ -847,6 +847,9 @@
 | 
			
		||||
    (PSA_ALG_IS_KEY_DERIVATION(alg) &&              \
 | 
			
		||||
     (alg) & PSA_ALG_KEY_DERIVATION_STRETCHING_FLAG)
 | 
			
		||||
 | 
			
		||||
/** An invalid algorithm identifier value. */
 | 
			
		||||
#define PSA_ALG_NONE                            ((psa_algorithm_t)0)
 | 
			
		||||
 | 
			
		||||
#define PSA_ALG_HASH_MASK                       ((psa_algorithm_t)0x000000ff)
 | 
			
		||||
/** MD5 */
 | 
			
		||||
#define PSA_ALG_MD5                             ((psa_algorithm_t)0x02000003)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user