summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-12 12:10:00 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-15 00:34:02 +0200
commit07c244f0cdb0dc47611b95e3f89f52b75b90a814 (patch)
tree504e6fff733aa39ac651bd9946ba9daf84fa3989 /crypto/aes
parent26fe9b07d8b77a937002c699fd2323d614ee5349 (diff)
Use variables in build.info files where it's worth the while
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9144)
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/build.info10
1 files changed, 4 insertions, 6 deletions
diff --git a/crypto/aes/build.info b/crypto/aes/build.info
index d0801de94c..3a27d17b3f 100644
--- a/crypto/aes/build.info
+++ b/crypto/aes/build.info
@@ -1,11 +1,9 @@
LIBS=../../libcrypto
-SOURCE[../../libcrypto]=\
- aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c \
- aes_ige.c aes_wrap.c {- $target{aes_asm_src} -}
-SOURCE[../../providers/fips]=\
- aes_misc.c aes_ecb.c \
- {- $target{aes_asm_src} -}
+$COMMON=aes_misc.c aes_ecb.c {- $target{aes_asm_src} -}
+SOURCE[../../libcrypto]=$COMMON \
+ aes_cfb.c aes_ofb.c aes_ige.c aes_wrap.c
+SOURCE[../../providers/fips]=$COMMON
GENERATE[aes-ia64.s]=asm/aes-ia64.S