Typo.
This commit is contained in:
parent
5e0e9fce5d
commit
9c9c98ad2e
@ -109,7 +109,7 @@ void X509_ALGOR_get0(ASN1_OBJECT **paobj, int *pptype, void **ppval,
|
||||
{
|
||||
if (paobj)
|
||||
*paobj = algor->algorithm;
|
||||
if (*pptype)
|
||||
if (pptype)
|
||||
{
|
||||
if (algor->parameter == NULL)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user