Revision aa3b4b4d deps/openssl/openssl/apps/ca.c

View differences:

deps/openssl/openssl/apps/ca.c
1620 1620
		{
1621 1621
		ok=0;
1622 1622
		BIO_printf(bio_err,"Signature verification problems....\n");
1623
		ERR_print_errors(bio_err);
1623 1624
		goto err;
1624 1625
		}
1625 1626
	if (i == 0)
1626 1627
		{
1627 1628
		ok=0;
1628 1629
		BIO_printf(bio_err,"Signature did not match the certificate request\n");
1630
		ERR_print_errors(bio_err);
1629 1631
		goto err;
1630 1632
		}
1631 1633
	else
......
2777 2779

  
2778 2780
	revtm = X509_gmtime_adj(NULL, 0);
2779 2781

  
2782
	if (!revtm)
2783
		return NULL;
2784

  
2780 2785
	i = revtm->length + 1;
2781 2786

  
2782 2787
	if (reason) i += strlen(reason) + 1;

Also available in: Unified diff