Fix bug introduced with revision 1.95 when this filed was modified to
authorBodo Möller <bodo@openssl.org>
Thu, 18 Jul 2002 11:19:05 +0000 (11:19 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 18 Jul 2002 11:19:05 +0000 (11:19 +0000)
commit13793a0ddf06403cd902cf744bbaa8bc0183ea9d
tree08b5c8947cdb88e433de2640d8a175af1104046d
parentb334853d72f718b9cdb7ffbb272b52c8832f560f
Fix bug introduced with revision 1.95 when this filed was modified to
use the new X509_CRL_set_issuer_name() function:
The CRL issuer should be X509_get_subject_name(x509), not
X509_get_issuer_name(x509).

Submitted by: Juergen Lesny <lesnyj@informatik.tu-muenchen.de>

typo
apps/ca.c