From 61775daf000e0249a357edfd1dece2ec5dd0e851 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 20 May 2007 07:13:45 +0000 Subject: [PATCH] Padlock engine fails to compile with -O0 -fPIC. --- engines/e_padlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/e_padlock.c b/engines/e_padlock.c index 3fbb51b585..ae949a368e 100644 --- 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; \ } -- 2.34.1