diff options
Diffstat (limited to 'src/lib/libcrypto/sha/asm/sha1-586.pl')
-rw-r--r-- | src/lib/libcrypto/sha/asm/sha1-586.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha1-586.pl b/src/lib/libcrypto/sha/asm/sha1-586.pl index 48d9192a4e..09df993ecd 100644 --- a/src/lib/libcrypto/sha/asm/sha1-586.pl +++ b/src/lib/libcrypto/sha/asm/sha1-586.pl | |||
@@ -392,7 +392,7 @@ sub sha1_block_data | |||
392 | &X_expand("esi"); | 392 | &X_expand("esi"); |
393 | &mov(&wparam(1),"esi"); | 393 | &mov(&wparam(1),"esi"); |
394 | 394 | ||
395 | &set_label("shortcut", 1); | 395 | &set_label("shortcut", 0, 1); |
396 | &comment(""); | 396 | &comment(""); |
397 | &comment("Start processing"); | 397 | &comment("Start processing"); |
398 | 398 | ||