mirror of https://github.com/openssl/openssl.git
				
				
				
			FIPS: don't include crypto/passphrase.c in libfips.a
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15615)
This commit is contained in:
		
							parent
							
								
									3d9d1ce529
								
							
						
					
					
						commit
						50360c1a4b
					
				|  | @ -95,13 +95,13 @@ $UTIL_COMMON=\ | |||
|         cryptlib.c params.c params_from_text.c bsearch.c ex_data.c o_str.c \ | ||||
|         threads_pthread.c threads_win.c threads_none.c initthread.c \ | ||||
|         context.c sparse_array.c asn1_dsa.c packet.c param_build.c \ | ||||
|         param_build_set.c der_writer.c passphrase.c threads_lib.c params_dup.c | ||||
|         param_build_set.c der_writer.c threads_lib.c params_dup.c | ||||
| 
 | ||||
| SOURCE[../libcrypto]=$UTIL_COMMON \ | ||||
|         mem.c mem_sec.c \ | ||||
|         cversion.c info.c cpt_err.c ebcdic.c uid.c o_time.c o_dir.c \ | ||||
|         o_fopen.c getenv.c o_init.c init.c trace.c provider.c provider_child.c \ | ||||
|         punycode.c | ||||
|         punycode.c passphrase.c | ||||
| SOURCE[../providers/libfips.a]=$UTIL_COMMON | ||||
| 
 | ||||
| SOURCE[../libcrypto]=$UPLINKSRC | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue