From: Ben Laurie Date: Sat, 4 Oct 2014 21:58:13 +0000 (+0100) Subject: Fix single makefile. X-Git-Tag: master-post-reformat~347 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=71614df485f9a71f6b234decc31168685a43087f;p=oweals%2Fopenssl.git Fix single makefile. Reviewed-by: Geoffrey Thorpe --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 66ff994852..2495e6006a 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -67,7 +67,8 @@ my %mf_import = ( MODES_ASM_OBJ => \$mf_modes_asm, ENGINES_ASM_OBJ=> \$mf_engines_asm, FIPSCANISTERONLY => \$mf_fipscanisteronly, - FIPSCANISTERINTERNAL => \$mf_fipscanisterinternal + FIPSCANISTERINTERNAL => \$mf_fipscanisterinternal, + 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