Index: crypto/aes/asm/aesni-sha256-x86_64.pl
--- crypto/aes/asm/aesni-sha256-x86_64.pl.orig
+++ crypto/aes/asm/aesni-sha256-x86_64.pl
@@ -168,6 +168,7 @@ $code.=<<___;
 .cfi_endproc
 .size	$func,.-$func
 
+.rodata
 .align	64
 .type	$TABLE,\@object
 $TABLE:
@@ -210,6 +211,7 @@ $TABLE:
 	.long	0,0,0,0,   0,0,0,0
 	.asciz	"AESNI-CBC+SHA256 stitch for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
 .align	64
+.previous
 ___
 
 ######################################################################
