12 lines
290 B
Text
12 lines
290 B
Text
|
Index: cipher/sha512-ssse3-amd64.S
|
||
|
--- cipher/sha512-ssse3-amd64.S.orig
|
||
|
+++ cipher/sha512-ssse3-amd64.S
|
||
|
@@ -414,6 +414,7 @@ _gcry_sha512_transform_amd64_ssse3:
|
||
|
;;; Binary Data
|
||
|
*/
|
||
|
|
||
|
+.rodata
|
||
|
.align 16
|
||
|
|
||
|
/* Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb. */
|