From f58cfe0422bc8a9bbeee3b9e3794df347a43d001 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 4 Oct 2014 22:58:13 +0100 Subject: [PATCH] Fix single makefile. Reviewed-by: Geoffrey Thorpe --- util/mk1mf.pl | 2 ++ util/pl/unix.pl | 1 + 2 files changed, 3 insertions(+) diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 24302e12ea..be7d383f56 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -52,6 +52,7 @@ my %mf_import = ( ENGINES_ASM_OBJ=> \$mf_engines_asm, BASEADDR => \$baseaddr, FIPSDIR => \$fipsdir, + EC_ASM => \$mf_ec_asm, ); open(IN," 'crypto/aes', 'sha1-mb-x86_64' => 'crypto/sha', 'sha256-mb-x86_64' => 'crypto/sha', + 'ecp_nistz256-x86_64' => 'crypto/ec', ); # If I were feeling more clever, these could probably be extracted -- 2.25.1