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:
b2acf7a
)
Padlock engine fails to compile with -O0 -fPIC [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Sun, 20 May 2007 07:14:30 +0000
(07:14 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 20 May 2007 07:14:30 +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 d7e6e63f82818fd573c44707807552bbfbd43efc..80adbec62f3bd50fc4cd7fdd56a47769a4abbb56 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; \
}