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:
bb0f7ec
)
Fix typo in x86_64-mont5.pl CFI directives
author
David Benjamin
<davidben@google.com>
Thu, 16 Feb 2017 22:39:40 +0000
(17:39 -0500)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 17 Feb 2017 09:32:13 +0000
(10:32 +0100)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2655)
crypto/bn/asm/x86_64-mont5.pl
patch
|
blob
|
history
diff --git
a/crypto/bn/asm/x86_64-mont5.pl
b/crypto/bn/asm/x86_64-mont5.pl
index 7ed22326bde907461de727a4fb1f2ab93c24ab07..9c77642b71d0c822b1d37cff0235f0dd91ee571e 100755
(executable)
--- a/
crypto/bn/asm/x86_64-mont5.pl
+++ b/
crypto/bn/asm/x86_64-mont5.pl
@@
-120,7
+120,7
@@
$code.=<<___;
push %r14
.cfi_push %r14
push %r15
-.cfi_push %r1
4
+.cfi_push %r1
5
neg $num
mov %rsp,%r11