mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Enable ALT implementations of ripemd160
In configurations wanting an alternative ripemd160 implementation, We were including the ordinary Mbed Crypto ripemd160.h instead of the user-provided ripemd160_alt.h. Use the user-provided header instead.
This commit is contained in:
		
							parent
							
								
									c49fbbf3eb
								
							
						
					
					
						commit
						8045cfbaa8
					
				@ -57,7 +57,7 @@ typedef struct mbedtls_ripemd160_context
 | 
			
		||||
mbedtls_ripemd160_context;
 | 
			
		||||
 | 
			
		||||
#else  /* MBEDTLS_RIPEMD160_ALT */
 | 
			
		||||
#include "ripemd160.h"
 | 
			
		||||
#include "ripemd160_alt.h"
 | 
			
		||||
#endif /* MBEDTLS_RIPEMD160_ALT */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user