remove a comment that shouldn't have been there any more
authorUlf Möller <ulf@openssl.org>
Wed, 6 Dec 2000 16:30:23 +0000 (16:30 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 6 Dec 2000 16:30:23 +0000 (16:30 +0000)
crypto/bn/asm/bn-586.pl

index 7c41a243a8965497a0b4b7b6de97925a5814d11b..33f61259201a16c630df7c47d07f1ce2f6a8d319 100644 (file)
@@ -458,7 +458,7 @@ sub bn_sub_part_words
 
        &mov($num,&wparam(4));  # get dl
        &cmp($num,0);
-       &je(&label("pw_end")); # unnoetig
+       &je(&label("pw_end"));
        &jge(&label("pw_pos"));
 
        &comment("pw_neg");