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:
f3c2653
)
Typo in Linux part of sparcv9cap.c
author
Andy Polyakov
<appro@openssl.org>
Wed, 20 Jun 2007 13:02:34 +0000
(13:02 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 20 Jun 2007 13:02:34 +0000
(13:02 +0000)
PR: 1532
crypto/sparcv9cap.c
patch
|
blob
|
history
diff --git
a/crypto/sparcv9cap.c
b/crypto/sparcv9cap.c
index 0e662ff1c85c1e1224a945c55b3909f992a84df2..5f31d20bd07c47a9fdb073ec8e4141f137b002cc 100644
(file)
--- a/
crypto/sparcv9cap.c
+++ b/
crypto/sparcv9cap.c
@@
-143,7
+143,7
@@
void OPENSSL_cpuid_setup(void)
if ((e=getenv("OPENSSL_sparcv9cap")))
{
- OPENSSL_sparcv9cap_P=strtoul(e
nv
,NULL,0);
+ OPENSSL_sparcv9cap_P=strtoul(e,NULL,0);
return;
}