diff options
author | miod <> | 2023-02-02 13:03:50 +0000 |
---|---|---|
committer | miod <> | 2023-02-02 13:03:50 +0000 |
commit | 5e57ccce4a59f140361732f9ee810f0e5080eb2d (patch) | |
tree | d5e74c7d1a6076c7b1aef3316e2ec21e186ed3d4 /src/lib/libcrypto/bn/asm | |
parent | c68d3edadf095fb8eaaf9a3000e39b27a909f557 (diff) | |
download | openbsd-5e57ccce4a59f140361732f9ee810f0e5080eb2d.tar.gz openbsd-5e57ccce4a59f140361732f9ee810f0e5080eb2d.tar.bz2 openbsd-5e57ccce4a59f140361732f9ee810f0e5080eb2d.zip |
Move all data blocks from .text to .rodata and cleanup up and homogeneize code
responsible from getting the proper address of those blocks.
Diffstat (limited to 'src/lib/libcrypto/bn/asm')
-rw-r--r-- | src/lib/libcrypto/bn/asm/alpha-mont.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/alpha-mont.pl b/src/lib/libcrypto/bn/asm/alpha-mont.pl index 41700d5bd5..874597f1c0 100644 --- a/src/lib/libcrypto/bn/asm/alpha-mont.pl +++ b/src/lib/libcrypto/bn/asm/alpha-mont.pl | |||
@@ -308,7 +308,6 @@ bn_mul_mont: | |||
308 | lda sp,48(sp) | 308 | lda sp,48(sp) |
309 | ret (ra) | 309 | ret (ra) |
310 | .end bn_mul_mont | 310 | .end bn_mul_mont |
311 | .ascii "Montgomery Multiplication for Alpha, CRYPTOGAMS by <appro\@openssl.org>" | ||
312 | .align 2 | 311 | .align 2 |
313 | ___ | 312 | ___ |
314 | 313 | ||