summaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorappro <appro>2011-05-25 10:02:20 +0000
committerappro <appro>2011-05-25 10:02:20 +0000
commitff2651d27288333054f50d6b62c6f38fbc23306d (patch)
tree7f063f5471b248e333f79477ceda6657597659b0 /engines
parent6174a84362f76c8e6d34a7461d826cc43d9af617 (diff)
downloadopenssl-ff2651d27288333054f50d6b62c6f38fbc23306d.tar.gz
e_padlock.c: fix typo.
Diffstat (limited to 'engines')
-rw-r--r--engines/e_padlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_padlock.c b/engines/e_padlock.c
index f0142798f..271253dad 100644
--- a/engines/e_padlock.c
+++ b/engines/e_padlock.c
@@ -540,7 +540,7 @@ static inline void *name(size_t cnt, \
" leaq 16(%0),%%rdx\n" \
" leaq 32(%0),%%rbx\n" \
rep_xcrypt "\n" \
- " movq %%rbx,%4" \
+ " movq %4,%%rbx" \
: "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp), "=&r"(scratch) \
: "0"(cdata), "1"(cnt), "2"(out), "3"(inp) \
: "rdx", "cc", "memory"); \