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:
86d8f3e
)
Padlock engine fails to compile with -O0 -fPIC.
author
Andy Polyakov
<appro@openssl.org>
Sun, 20 May 2007 07:13:45 +0000
(07:13 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 20 May 2007 07:13:45 +0000
(07:13 +0000)
engines/e_padlock.c
patch
|
blob
|
history
diff --git
a/engines/e_padlock.c
b/engines/e_padlock.c
index 3fbb51b585ee6f8720ba784cbb0a1a0340f173f1..ae949a368e3f5e3fdaa9289032545c8482eaae59 100644
(file)
--- a/
engines/e_padlock.c
+++ b/
engines/e_padlock.c
@@
-438,7
+438,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; \
}