From 25b802bb855285bb3a799014f3669f73f4d11871 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Thu, 16 Feb 2017 17:39:40 -0500 Subject: Fix typo in x86_64-mont5.pl CFI directives Reviewed-by: Kurt Roeckx Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/2655) --- crypto/bn/asm/x86_64-mont5.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bn') diff --git a/crypto/bn/asm/x86_64-mont5.pl b/crypto/bn/asm/x86_64-mont5.pl index 7ed22326bd..9c77642b71 100755 --- 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 %r14 +.cfi_push %r15 neg $num mov %rsp,%r11 -- cgit v1.2.3