Loading crypto/pkcs12/p12_kiss.c +1 −0 Original line number Diff line number Diff line Loading @@ -264,6 +264,7 @@ static int parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen, if (lkey) { *keymatch |= MATCH_CERT; if (cert) *cert = x509; else X509_free(x509); } else { if(ca) sk_X509_push (*ca, x509); else X509_free(x509); Loading Loading
crypto/pkcs12/p12_kiss.c +1 −0 Original line number Diff line number Diff line Loading @@ -264,6 +264,7 @@ static int parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen, if (lkey) { *keymatch |= MATCH_CERT; if (cert) *cert = x509; else X509_free(x509); } else { if(ca) sk_X509_push (*ca, x509); else X509_free(x509); Loading