Change safestack reimplementation to match 0.9.8.
[openssl.git] / crypto / asn1 / x_crl.c
index 5fed08643823fb9cef960d54d9374476d96beb3d..d7093df9da82c758c8c0ee8a99ed243d17994c67 100644 (file)
@@ -102,7 +102,7 @@ static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
                 * would affect the output of X509_CRL_print().
                 */
                case ASN1_OP_D2I_POST:
-               sk_X509_REVOKED_set_cmp_func(a->revoked,X509_REVOKED_cmp);
+               (void)sk_X509_REVOKED_set_cmp_func(a->revoked,X509_REVOKED_cmp);
                break;
        }
        return 1;