summaryrefslogtreecommitdiffstats
path: root/crypto/modes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-03-29 20:45:33 +0100
committerAndy Polyakov <appro@openssl.org>2013-03-29 20:45:33 +0100
commit4e049c52599d4a3fd918ba8570f49d88159e551b (patch)
treeb095f557cc5ce9052d5da8e184375b2e5f2e75d6 /crypto/modes/Makefile
parentb4a9d5bfe8085752f8283696de0f55e882564522 (diff)
Add AES-NI GCM stitch.
Diffstat (limited to 'crypto/modes/Makefile')
-rw-r--r--crypto/modes/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index 811969304f..36bb812b57 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -50,6 +50,8 @@ ghash-x86.s: asm/ghash-x86.pl
$(PERL) asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
ghash-x86_64.s: asm/ghash-x86_64.pl
$(PERL) asm/ghash-x86_64.pl $(PERLASM_SCHEME) > $@
+aesni-gcm-x86_64.s: asm/aesni-gcm-x86_64.pl
+ $(PERL) asm/aesni-gcm-x86_64.pl $(PERLASM_SCHEME) > $@
ghash-sparcv9.s: asm/ghash-sparcv9.pl
$(PERL) asm/ghash-sparcv9.pl $@ $(CFLAGS)
ghash-alpha.s: asm/ghash-alpha.pl