12 lines
299 B
Text
12 lines
299 B
Text
|
Index: cipher/serpent-avx2-amd64.S
|
||
|
--- cipher/serpent-avx2-amd64.S.orig
|
||
|
+++ cipher/serpent-avx2-amd64.S
|
||
|
@@ -1150,6 +1150,7 @@ _gcry_serpent_avx2_ocb_auth:
|
||
|
CFI_ENDPROC();
|
||
|
ELF(.size _gcry_serpent_avx2_ocb_auth,.-_gcry_serpent_avx2_ocb_auth;)
|
||
|
|
||
|
+.rodata
|
||
|
.align 16
|
||
|
|
||
|
/* For CTR-mode IV byteswap */
|