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:
d9e427f
)
Use default value for $dir if it is empty.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 25 Feb 2008 13:14:06 +0000
(13:14 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 25 Feb 2008 13:14:06 +0000
(13:14 +0000)
crypto/x86_64cpuid.pl
patch
|
blob
|
history
diff --git
a/crypto/x86_64cpuid.pl
b/crypto/x86_64cpuid.pl
index 18a2867036a0b61f89515803e5a954a90f3c6173..331529ae592ea3a41a0053aaf3027f2c2a65aebf 100644
(file)
--- a/
crypto/x86_64cpuid.pl
+++ b/
crypto/x86_64cpuid.pl
@@
-100,6
+100,7
@@
OPENSSL_wipe_cpu:
___
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
+$dir = "." if $dir eq "";
open STDOUT,"| $^X $dir/perlasm/x86_64-xlate.pl $output";
print<<___;