Avoid warnings.

This commit is contained in:
Dr. Stephen Henson
2008-02-28 14:05:01 +00:00
parent 92e2c81aff
commit 56c7754cab
5 changed files with 13 additions and 7 deletions

View File

@@ -354,7 +354,7 @@ static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp,
}
}
toret = item->meth_num++;
sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
(void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
err:
CRYPTO_w_unlock(CRYPTO_LOCK_EX_DATA);
return toret;