comment to clearify success-case

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18853 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-24 12:11:58 +00:00
parent d35690fcd0
commit fa2abca3b4

View File

@@ -325,7 +325,7 @@ hx509_cms_unenvelope(hx509_context context,
hx509_cert_free(cert);
if (ret == 0)
break;
break; /* succuessfully decrypted cert */
cert = NULL;
ret2 = unparse_CMSIdentifier(context, &ri->rid, &str);
if (ret2 == 0) {