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:
653215a
)
Configure: fix aes_ctr.o regexp.
author
Andy Polyakov
<appro@openssl.org>
Fri, 9 Jul 2010 16:19:41 +0000
(16:19 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 9 Jul 2010 16:19:41 +0000
(16:19 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index f7e7618c655a72fc9f6ac7bbd145aeddbd22f362..698213b018a719be0dfcffcfc02b59f2bd91fdc7 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1402,7
+1402,7
@@
if ($aes_obj =~ /\.o$/)
$cflags.=" -DAES_ASM";
# aes_ctr.o is not a real file, only indication that assembler
# module implements AES_ctr32_encrypt...
- $cflags.=" -DAES_CTR_ASM" if ($aes_obj =~ s/\s*aes_ctr.o//);
+ $cflags.=" -DAES_CTR_ASM" if ($aes_obj =~ s/\s*aes_ctr
\
.o//);
$aes_obj =~ s/\s*aesni\-x86\.o// if ($no_sse2);
}
else {