Skip to content

Commit

Permalink
Only call SEC_PKCS12DecoderFinish() once
Browse files Browse the repository at this point in the history
We already call SEC_PKCS12DecoderFinish() before entering the switch()
statement, so don't call it again.
  • Loading branch information
nalind authored and greghudson committed May 10, 2013
1 parent 32d3acd commit b3efde6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/preauth/pkinit/pkinit_crypto_nss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,6 @@ crypto_load_pkcs12(krb5_context context,
}
break;
default:
SEC_PKCS12DecoderFinish(ctx);
break;
}
pkiDebug("%s: skipping identity PKCS12 bundle \"%s\": "
Expand Down

0 comments on commit b3efde6

Please sign in to comment.