summaryrefslogtreecommitdiffstats
path: root/providers/default/ciphers
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-10-10 22:05:28 +1000
committerPauli <paul.dale@oracle.com>2019-10-10 22:30:49 +1000
commitc0cb5a32253bf9356ae122937d15d4b9fdcff6b2 (patch)
tree6d67d814ef70c1842530d0b2327326b800e4c8de /providers/default/ciphers
parentf246f54f18d380791cc60be4aea0fbc7253a9a20 (diff)
Remove providers/default which seems to have been missed.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10147)
Diffstat (limited to 'providers/default/ciphers')
-rw-r--r--providers/default/ciphers/build.info68
1 files changed, 0 insertions, 68 deletions
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