mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Add missing #ifdef in ecdsa.c
This commit is contained in:
		
							parent
							
								
									2bc16df2f4
								
							
						
					
					
						commit
						eadda3f3ad
					
				@ -342,7 +342,8 @@ cleanup:
 | 
			
		||||
    return( ret );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#if ! defined(POLARSSL_DEPRECATED_REMOVED)
 | 
			
		||||
#if ! defined(POLARSSL_DEPRECATED_REMOVED) && \
 | 
			
		||||
    defined(POLARSSL_ECDSA_DETERMINISTIC)
 | 
			
		||||
int ecdsa_write_signature_det( ecdsa_context *ctx,
 | 
			
		||||
                               const unsigned char *hash, size_t hlen,
 | 
			
		||||
                               unsigned char *sig, size_t *slen,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user