summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/sha/asm/sha1-586.pl2
-rw-r--r--src/lib/libssl/src/crypto/sha/asm/sha1-586.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha1-586.pl b/src/lib/libcrypto/sha/asm/sha1-586.pl
index e7bb307795..6fbea34d78 100644
--- a/src/lib/libcrypto/sha/asm/sha1-586.pl
+++ b/src/lib/libcrypto/sha/asm/sha1-586.pl
@@ -502,7 +502,7 @@ my $_ror=sub { &ror(@_) };
502 &jmp (&label("loop")); 502 &jmp (&label("loop"));
503 503
504###################################################################### 504######################################################################
505# SSE instruction sequence is first broken to groups of indepentent 505# SSE instruction sequence is first broken to groups of independent
506# instructions, independent in respect to their inputs and shifter 506# instructions, independent in respect to their inputs and shifter
507# (not all architectures have more than one). Then IALU instructions 507# (not all architectures have more than one). Then IALU instructions
508# are "knitted in" between the SSE groups. Distance is maintained for 508# are "knitted in" between the SSE groups. Distance is maintained for
diff --git a/src/lib/libssl/src/crypto/sha/asm/sha1-586.pl b/src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
index e7bb307795..6fbea34d78 100644
--- a/src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
+++ b/src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
@@ -502,7 +502,7 @@ my $_ror=sub { &ror(@_) };
502 &jmp (&label("loop")); 502 &jmp (&label("loop"));
503 503
504###################################################################### 504######################################################################
505# SSE instruction sequence is first broken to groups of indepentent 505# SSE instruction sequence is first broken to groups of independent
506# instructions, independent in respect to their inputs and shifter 506# instructions, independent in respect to their inputs and shifter
507# (not all architectures have more than one). Then IALU instructions 507# (not all architectures have more than one). Then IALU instructions
508# are "knitted in" between the SSE groups. Distance is maintained for 508# are "knitted in" between the SSE groups. Distance is maintained for