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

« back to all changes in this revision

Viewing changes to crypto/asn1/x_crl.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:
84
84
                 * would affect the output of X509_CRL_print().
85
85
                 */
86
86
                case ASN1_OP_D2I_POST:
87
 
                sk_X509_REVOKED_set_cmp_func(a->revoked,X509_REVOKED_cmp);
 
87
                (void)sk_X509_REVOKED_set_cmp_func(a->revoked,X509_REVOKED_cmp);
88
88
                break;
89
89
        }
90
90
        return 1;