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:
bb9d684
)
Padlock engine fails to compile with -O0 -fPIC [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Sun, 20 May 2007 07:14:14 +0000
(07:14 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 20 May 2007 07:14:14 +0000
(07:14 +0000)
crypto/engine/eng_padlock.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_padlock.c
b/crypto/engine/eng_padlock.c
index e1d66eac58adcba26a55637eca8d343f89acc02d..8531bde1db8c17e27139bbc7e24767a79669269b 100644
(file)
--- a/
crypto/engine/eng_padlock.c
+++ b/
crypto/engine/eng_padlock.c
@@
-436,7
+436,7
@@
static inline void *name(size_t cnt, \
rep_xcrypt "\n" \
" popl %%ebx" \
: "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \
- : "0"(cdata), "1"(cnt), "2"(out), "3"(inp)
, "m"(*cdata)
\
+ : "0"(cdata), "1"(cnt), "2"(out), "3"(inp) \
: "edx", "cc", "memory"); \
return iv; \
}