diff options
Diffstat (limited to 'src/lib/libcrypto/bn/asm/sparcv9a-mont.pl')
-rwxr-xr-x | src/lib/libcrypto/bn/asm/sparcv9a-mont.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/asm/sparcv9a-mont.pl b/src/lib/libcrypto/bn/asm/sparcv9a-mont.pl index 4ebe15c5c0..7bb1725a0e 100755 --- a/src/lib/libcrypto/bn/asm/sparcv9a-mont.pl +++ b/src/lib/libcrypto/bn/asm/sparcv9a-mont.pl | |||
@@ -860,8 +860,6 @@ $fname: | |||
860 | restore | 860 | restore |
861 | .type $fname,#function | 861 | .type $fname,#function |
862 | .size $fname,(.-$fname) | 862 | .size $fname,(.-$fname) |
863 | .asciz "Montgomery Multipltication for UltraSPARC, CRYPTOGAMS by <appro\@openssl.org>" | ||
864 | .align 32 | ||
865 | ___ | 863 | ___ |
866 | 864 | ||
867 | $code =~ s/\`([^\`]*)\`/eval($1)/gem; | 865 | $code =~ s/\`([^\`]*)\`/eval($1)/gem; |