summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-02-22 17:43:11 +0100
committerAndy Polyakov <appro@openssl.org>2015-02-24 10:11:36 +0100
commit775b669de3ba84d8dce16ff5e2bdffe263c05c4b (patch)
treeb187447c38ae02649fb5ef4666f234c4c5351084 /crypto/aes
parente620e5ae37bc3fc5e457ebf3edcdd01b20f8c5dd (diff)
Fix crash in SPARC T4 XTS.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index 6cf7363845..72fe789382 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -72,7 +72,7 @@ aesni-mb-x86_64.s: asm/aesni-mb-x86_64.pl
aes-sparcv9.s: asm/aes-sparcv9.pl
$(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@
-aest4-sparcv9.s: asm/aest4-sparcv9.pl
+aest4-sparcv9.s: asm/aest4-sparcv9.pl ../perlasm/sparcv9_modes.pl
$(PERL) asm/aest4-sparcv9.pl $(CFLAGS) > $@
aes-ppc.s: asm/aes-ppc.pl