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:
5ec797f
)
When AES is skipped because the option 'no-rijndael' was given,
author
Richard Levitte
<levitte@openssl.org>
Thu, 14 Nov 2002 08:20:50 +0000
(08:20 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 14 Nov 2002 08:20:50 +0000
(08:20 +0000)
make sure it's skipped from SDIRS as well.
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 50ba760288aa15c5e78a9c1e370957613b3c2f8c..a6021dfd3f95f3c39dba1c09f9951e11784cc315 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-742,6
+742,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";