diff options
Diffstat (limited to '')
-rwxr-xr-x | src/lib/libcrypto/bn/asm/x86_64-mont5.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/x86_64-mont5.pl b/src/lib/libcrypto/bn/asm/x86_64-mont5.pl index bb7ad4c4b7..5d30f210ce 100755 --- a/src/lib/libcrypto/bn/asm/x86_64-mont5.pl +++ b/src/lib/libcrypto/bn/asm/x86_64-mont5.pl | |||
@@ -1032,11 +1032,12 @@ $code.=<<___; | |||
1032 | ___ | 1032 | ___ |
1033 | } | 1033 | } |
1034 | $code.=<<___; | 1034 | $code.=<<___; |
1035 | .rodata | ||
1035 | .align 64 | 1036 | .align 64 |
1036 | .Linc: | 1037 | .Linc: |
1037 | .long 0,0, 1,1 | 1038 | .long 0,0, 1,1 |
1038 | .long 2,2, 2,2 | 1039 | .long 2,2, 2,2 |
1039 | .asciz "Montgomery Multiplication with scatter/gather for x86_64, CRYPTOGAMS by <appro\@openssl.org>" | 1040 | .previous |
1040 | ___ | 1041 | ___ |
1041 | 1042 | ||
1042 | # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, | 1043 | # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, |