This commit is contained in:
Dr. Stephen Henson 2006-04-05 12:00:22 +00:00
parent 5e0e9fce5d
commit 9c9c98ad2e

View File

@ -109,7 +109,7 @@ void X509_ALGOR_get0(ASN1_OBJECT **paobj, int *pptype, void **ppval,
{ {
if (paobj) if (paobj)
*paobj = algor->algorithm; *paobj = algor->algorithm;
if (*pptype) if (pptype)
{ {
if (algor->parameter == NULL) if (algor->parameter == NULL)
{ {