Change safestack reimplementation to match 0.9.8.

Fix additional gcc 4.2 value not used warnings.
This commit is contained in:
Dr. Stephen Henson
2007-09-07 13:25:15 +00:00
parent 8164032a2e
commit a6fbcb4220
14 changed files with 67 additions and 136 deletions

View File

@@ -657,7 +657,7 @@ static int get_client_hello(SSL *s)
{
if (sk_SSL_CIPHER_find(allow,sk_SSL_CIPHER_value(prio,z)) < 0)
{
sk_SSL_CIPHER_delete(prio,z);
(void)sk_SSL_CIPHER_delete(prio,z);
z--;
}
}