Commit b0ac0a8e authored by Bodo Möller's avatar Bodo Möller
Browse files

improve comment readability

parent 0f449936
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -328,7 +328,7 @@ static int dsa_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
	ret=(BN_ucmp(&u1, sig->r) == 0);
	ret=(BN_ucmp(&u1, sig->r) == 0);


	err:
	err:
	/* XXX: surely this is wrong - if ret is 0, it just didn't verify
	/* XXX: surely this is wrong - if ret is 0, it just didn't verify;
	   there is no error in BN. Test should be ret == -1 (Ben) */
	   there is no error in BN. Test should be ret == -1 (Ben) */
	if (ret != 1) DSAerr(DSA_F_DSA_DO_VERIFY,ERR_R_BN_LIB);
	if (ret != 1) DSAerr(DSA_F_DSA_DO_VERIFY,ERR_R_BN_LIB);
	if (ctx != NULL) BN_CTX_free(ctx);
	if (ctx != NULL) BN_CTX_free(ctx);