~ubuntu-branches/ubuntu/karmic/openssl/karmic-proposed

« back to all changes in this revision

Viewing changes to crypto/x509/x509_vfy.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 00:13:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205001339-tazlol313zs8u6ec
Tags: 0.9.8g-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure: Add support for lpia.
  - Replace duplicate files in the doc directory with symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
                                        goto end;
165
165
                                        }
166
166
                                CRYPTO_add(&xtmp->references,1,CRYPTO_LOCK_X509);
167
 
                                sk_X509_delete_ptr(sktmp,xtmp);
 
167
                                (void)sk_X509_delete_ptr(sktmp,xtmp);
168
168
                                ctx->last_untrusted++;
169
169
                                x=xtmp;
170
170
                                num++;
214
214
                                 */
215
215
                                X509_free(x);
216
216
                                x = xtmp;
217
 
                                sk_X509_set(ctx->chain, i - 1, x);
 
217
                                (void)sk_X509_set(ctx->chain, i - 1, x);
218
218
                                ctx->last_untrusted=0;
219
219
                                }
220
220
                        }