 1590e3f3ba
			
		
	
	1590e3f3ba
	
	
	
		
			
			git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@169 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			14 lines
		
	
	
		
			229 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			229 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "des_locl.h"
 | |
| 
 | |
| /* MIT Link and source compatibility */
 | |
| 
 | |
| #ifdef des_fixup_key_parity
 | |
| #undef des_fixup_key_parity
 | |
| #endif /* des_fixup_key_parity */
 | |
| 
 | |
| void
 | |
| des_fixup_key_parity(des_cblock *key)
 | |
| {
 | |
|   des_set_odd_parity(key);
 | |
| }
 |