From: Pauli Date: Thu, 10 Oct 2019 12:05:28 +0000 (+1000) Subject: Remove providers/default which seems to have been missed. X-Git-Tag: openssl-3.0.0-alpha1~1152 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c0cb5a32253bf9356ae122937d15d4b9fdcff6b2;hp=f246f54f18d380791cc60be4aea0fbc7253a9a20 Remove providers/default which seems to have been missed. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10147) --- diff --git a/providers/default/ciphers/build.info b/providers/default/ciphers/build.info deleted file mode 100644 index 0440789573..0000000000 --- a/providers/default/ciphers/build.info +++ /dev/null @@ -1,68 +0,0 @@ -$GOAL=../../libimplementations.a - -IF[{- !$disabled{des} -}] - SOURCE[$GOAL]=\ - cipher_tdes_default.c cipher_tdes_default_hw.c \ - cipher_tdes_wrap.c cipher_tdes_wrap_hw.c \ - cipher_desx.c cipher_desx_hw.c \ - cipher_des.c cipher_des_hw.c -ENDIF - -IF[{- !$disabled{aria} -}] - SOURCE[$GOAL]=\ - cipher_aria.c cipher_aria_hw.c \ - cipher_aria_gcm.c cipher_aria_gcm_hw.c \ - cipher_aria_ccm.c cipher_aria_ccm_hw.c -ENDIF - -IF[{- !$disabled{camellia} -}] - SOURCE[$GOAL]=\ - cipher_camellia.c cipher_camellia_hw.c -ENDIF - -IF[{- !$disabled{bf} -}] - SOURCE[$GOAL]=\ - cipher_blowfish.c cipher_blowfish_hw.c -ENDIF - -IF[{- !$disabled{idea} -}] - SOURCE[$GOAL]=\ - cipher_idea.c cipher_idea_hw.c -ENDIF - -IF[{- !$disabled{cast} -}] - SOURCE[$GOAL]=\ - cipher_cast5.c cipher_cast5_hw.c -ENDIF - -IF[{- !$disabled{seed} -}] - SOURCE[$GOAL]=\ - cipher_seed.c cipher_seed_hw.c -ENDIF - -IF[{- !$disabled{sm4} -}] - SOURCE[$GOAL]=\ - cipher_sm4.c cipher_sm4_hw.c -ENDIF - -IF[{- !$disabled{ocb} -}] - SOURCE[$GOAL]=\ - cipher_aes_ocb.c cipher_aes_ocb_hw.c -ENDIF - -IF[{- !$disabled{rc4} -}] - SOURCE[$GOAL]=\ - cipher_rc4.c cipher_rc4_hw.c -ENDIF - -IF[{- !$disabled{rc5} -}] - SOURCE[$GOAL]=\ - cipher_rc5.c cipher_rc5_hw.c -ENDIF - -IF[{- !$disabled{rc2} -}] - SOURCE[$GOAL]=\ - cipher_rc2.c cipher_rc2_hw.c -ENDIF - -INCLUDE[../../../libcrypto]=. ../../../crypto