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/sha | |
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/sha')
-rw-r--r-- | src/lib/libcrypto/sha/asm/sha1-alpha.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha1-alpha.pl b/src/lib/libcrypto/sha/asm/sha1-alpha.pl index 44720c418c..56b3369f09 100644 --- a/src/lib/libcrypto/sha/asm/sha1-alpha.pl +++ b/src/lib/libcrypto/sha/asm/sha1-alpha.pl | |||
@@ -309,7 +309,6 @@ $code.=<<___; | |||
309 | lda sp,64(sp) | 309 | lda sp,64(sp) |
310 | ret (ra) | 310 | ret (ra) |
311 | .end sha1_block_data_order | 311 | .end sha1_block_data_order |
312 | .ascii "SHA1 block transform for Alpha, CRYPTOGAMS by <appro\@openssl.org>" | ||
313 | .align 2 | 312 | .align 2 |
314 | ___ | 313 | ___ |
315 | $output=shift and open STDOUT,">$output"; | 314 | $output=shift and open STDOUT,">$output"; |