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:
d574d83
)
When AES is skipped because the option 'no-rijndael' was given,
author
Richard Levitte
<levitte@openssl.org>
Thu, 14 Nov 2002 08:20:40 +0000
(08:20 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 14 Nov 2002 08:20:40 +0000
(08:20 +0000)
make sure it's skipped from SDIRS as well.
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 497fd23f0909f2fa5bf33b429de16016d9e1b5ec..06a3c859496b2468349837009f0d554b51e4cffa 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-740,6
+740,7
@@
PROCESS_ARGS:
$openssl_algorithm_defines .= "#define OPENSSL_NO_$algo\n";
if ($algo eq "RIJNDAEL")
{
+ push @skip, "aes";
$flags .= "-DOPENSSL_NO_AES ";
$depflags .= "-DOPENSSL_NO_AES ";
$openssl_algorithm_defines .= "#define OPENSSL_NO_AES\n";