projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
65b8ca0
)
Actually use BN when selected!
author
Ben Laurie
<ben@openssl.org>
Fri, 12 Feb 1999 19:33:55 +0000
(19:33 +0000)
committer
Ben Laurie
<ben@openssl.org>
Fri, 12 Feb 1999 19:33:55 +0000
(19:33 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/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/^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/;
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 "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";
print "DES_ENC =$des_obj\n";
print "BF_ENC =$bf_obj\n";
print "CAST_ENC =$cast_obj\n";