projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe52c3
)
no-asm didn't prevent make from compiling assembler modules.
author
Andy Polyakov
<appro@openssl.org>
Wed, 22 Jun 2005 23:44:44 +0000
(23:44 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 22 Jun 2005 23:44:44 +0000
(23:44 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index e123093de5dff99ac49643bec6683c3e1bc21c2b..768f18f2c6b3439b95f12299c8a3d89acc619b39 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-885,8
+885,8
@@
foreach (sort (keys %disabled))
$openssl_other_defines .= "#define OPENSSL_NO_$ALGO\n";
print " OPENSSL_NO_$ALGO";
- if (/^err$/)
-
{ $flags .= "-DOPENSSL_NO_ERR "
; }
+ if (/^err$/)
{ $flags .= "-DOPENSSL_NO_ERR "; }
+
elsif (/^asm$/) { $no_asm = 1
; }
}
else
{