| 
					
				 | 
			
			
				@@ -1,14 +1,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 noinst_LIBRARIES += \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	src/common/libor.a \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	src/common/libor-ctime.a \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	src/common/libor-crypto.a \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	src/common/libor-event.a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 if UNITTESTS_ENABLED 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 noinst_LIBRARIES += \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	src/common/libor-testing.a \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	src/common/libor-ctime-testing.a \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	src/common/libor-crypto-testing.a \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	src/common/libor-event-testing.a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 endif 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -59,26 +57,6 @@ else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 readpassphrase_source= 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 endif 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-if ADD_MULODI4 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-mulodi4_source=src/ext/mulodi/mulodi4.c 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-mulodi4_source= 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-endif 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-LIBOR_CTIME_A_SRC = \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   $(mulodi4_source) \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   src/ext/csiphash.c   \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   src/common/di_ops.c 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-src_common_libor_ctime_a_SOURCES = $(LIBOR_CTIME_A_SRC) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-if UNITTESTS_ENABLED 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-src_common_libor_ctime_testing_a_SOURCES = $(LIBOR_CTIME_A_SRC) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-src_common_libor_ctime_testing_a_SOURCES = 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-endif 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-src_common_libor_ctime_a_CFLAGS = @CFLAGS_CONSTTIME@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-src_common_libor_ctime_testing_a_CFLAGS = @CFLAGS_CONSTTIME@ $(TEST_CFLAGS) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 LIBOR_A_SRC = \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   src/common/address.c					\ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   src/common/address_set.c				\ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -189,7 +167,6 @@ COMMONHEADERS = \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   src/common/crypto_rsa.h           \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   src/common/crypto_s2k.h			\ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   src/common/crypto_util.h			\ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  src/common/di_ops.h				\ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   src/common/handles.h				\ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   src/common/memarea.h				\ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   src/common/linux_syscalls.inc			\ 
			 |