Source: https://src.fedoraproject.org/rpms/libgcrypt.git#b9da031d089079959adf7eaab6668681783a8873 Resolves: rhbz#1870616
		
			
				
	
	
		
			13 lines
		
	
	
		
			227 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			227 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| # Quit out if anything fails.
 | |
| set -e -x
 | |
| 
 | |
| # Clean out patent-or-otherwise-encumbered code.
 | |
| # EC:    ????????? ??/??/2015
 | |
| 
 | |
| rm -f cipher/ecc-curves.c
 | |
| rm -f tests/curves.c
 | |
| rm -f tests/t-mpi-point.c
 | |
| rm -f tests/keygrip.c
 |