From: Ben Laurie Date: Sat, 4 Oct 2014 21:58:13 +0000 (+0100) Subject: Fix single makefile. X-Git-Tag: OpenSSL_1_0_2-pre-reformat~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58cfe0422bc8a9bbeee3b9e3794df347a43d001;p=thirdparty%2Fopenssl.git Fix single makefile. Reviewed-by: Geoffrey Thorpe --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 24302e12ea0..be7d383f567 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