Actually use BN when selected!
authorBen Laurie <ben@openssl.org>
Fri, 12 Feb 1999 19:33:55 +0000 (19:33 +0000)
committerBen Laurie <ben@openssl.org>
Fri, 12 Feb 1999 19:33:55 +0000 (19:33 +0000)
Configure

index c89306b5831f7c8e635add0b1efa09a72cbf0c2d..e89515b5f502cf90a80641c940dd8c1959408f0d 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -339,7 +339,7 @@ while (<IN>)
        s/^CC=.*$/CC= $cc/;
        s/^CFLAG=.*$/CFLAG= $cflags/;
        s/^EX_LIBS=.*$/EX_LIBS= $lflags/;
-       s/^BN_MULW=.*$/BN_MULW= $bn_obj/;
+       s/^BN_ASM=.*$/BN_ASM= $bn_obj/;
        s/^DES_ENC=.*$/DES_ENC= $des_obj/;
        s/^BF_ENC=.*$/BF_ENC= $bf_obj/;
        s/^CAST_ENC=.*$/CAST_ENC= $cast_obj/;
@@ -356,7 +356,7 @@ close(OUT);
 print "CC            =$cc\n";
 print "CFLAG         =$cflags\n";
 print "EX_LIBS       =$lflags\n";
-print "BN_MULW       =$bn_obj\n";
+print "BN_ASM        =$bn_obj\n";
 print "DES_ENC       =$des_obj\n";
 print "BF_ENC        =$bf_obj\n";
 print "CAST_ENC      =$cast_obj\n";