Fix bug introduced with revision 1.95 when this filed was modified to
authorBodo Möller <bodo@openssl.org>
Thu, 18 Jul 2002 11:23:50 +0000 (11:23 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 18 Jul 2002 11:23:50 +0000 (11:23 +0000)
commit7e6617611f833385257dcfa11dc5e4d1aedf1591
treec14a61fa33f6e85cf5bc597e566a660981aad772
parentca6dde5d3d90d1c04450939fee1ceabec96b8b46
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