summaryrefslogtreecommitdiffstats
path: root/crypto/ec/build.info
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-02-19 15:09:33 +0100
committerAndy Polyakov <appro@openssl.org>2018-02-21 10:13:59 +0100
commit42efffcb70f9805e76c72005d91e5b4ce6979a5f (patch)
treebe80e7a9ebddbd16292116650394ecd4e4594c0e /crypto/ec/build.info
parent127d6cf747652a182636597cbdf4d0d49d2e661a (diff)
Add x25519-x86_64.pl module, mod 2^255-19 primitives.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/5408)
Diffstat (limited to 'crypto/ec/build.info')
-rw-r--r--crypto/ec/build.info2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ec/build.info b/crypto/ec/build.info
index b6549a1673..1e7814f2c3 100644
--- a/crypto/ec/build.info
+++ b/crypto/ec/build.info
@@ -26,6 +26,8 @@ GENERATE[ecp_nistz256-armv8.S]=asm/ecp_nistz256-armv8.pl $(PERLASM_SCHEME)
INCLUDE[ecp_nistz256-armv8.o]=..
GENERATE[ecp_nistz256-ppc64.s]=asm/ecp_nistz256-ppc64.pl $(PERLASM_SCHEME)
+GENERATE[x25519-x86_64.s]=asm/x25519-x86_64.pl $(PERLASM_SCHEME)
+
BEGINRAW[Makefile]
{- $builddir -}/ecp_nistz256-%.S: {- $sourcedir -}/asm/ecp_nistz256-%.pl
CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@