[openssl] master update

Dr. Paul Dale pauli at openssl.org
Sun Oct 13 21:54:28 UTC 2019


The branch master has been updated
       via  c0cb5a32253bf9356ae122937d15d4b9fdcff6b2 (commit)
      from  f246f54f18d380791cc60be4aea0fbc7253a9a20 (commit)


- Log -----------------------------------------------------------------
commit c0cb5a32253bf9356ae122937d15d4b9fdcff6b2
Author: Pauli <paul.dale at oracle.com>
Date:   Thu Oct 10 22:05:28 2019 +1000

    Remove providers/default which seems to have been missed.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/10147)

-----------------------------------------------------------------------

Summary of changes:
 providers/default/ciphers/build.info | 68 ------------------------------------
 1 file changed, 68 deletions(-)
 delete mode 100644 providers/default/ciphers/build.info

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


More information about the openssl-commits mailing list