diff options
Diffstat (limited to 'module/icp/asm-x86_64/sha2/sha256_impl.S')
-rw-r--r-- | module/icp/asm-x86_64/sha2/sha256_impl.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/icp/asm-x86_64/sha2/sha256_impl.S b/module/icp/asm-x86_64/sha2/sha256_impl.S index 367795668..867dbb0f2 100644 --- a/module/icp/asm-x86_64/sha2/sha256_impl.S +++ b/module/icp/asm-x86_64/sha2/sha256_impl.S @@ -62,7 +62,7 @@ */ /* - * This file was generated by a perl script (sha512-x86_64.pl) that were + * This file was generated by a perl script (sha512-x86_64.pl) that were * used to generate sha256 and sha512 variants from the same code base. * The comments from the original file have been pasted above. */ @@ -2036,6 +2036,7 @@ ENTRY_NP(SHA256TransformBlocks) ret SET_SIZE(SHA256TransformBlocks) +.data .align 64 .type K256,@object K256: |