bignum: allow concurrent BN_MONT_CTX_set_locked()
[openssl.git] / crypto / ex_data.c
index 528689edb5ebe1cd0a1e329d1fd0d0d8f3bbe17a..e2bc8298d0a7a6f1b45e1a3cfe1c7248c00a9919 100644 (file)
@@ -317,7 +317,7 @@ static EX_CLASS_ITEM *def_get_class(int class_index)
                                {
                                /* Because we're inside the ex_data lock, the
                                 * return value from the insert will be NULL */
-                               lh_EX_CLASS_ITEM_insert(ex_data, gen);
+                               (void)lh_EX_CLASS_ITEM_insert(ex_data, gen);
                                p = gen;
                                }
                        }