Change safestack reimplementation to match 0.9.8.
[openssl.git] / ssl / s2_srvr.c
index fa21d6fe68a80c0917af252d6979b66ce43784e1..6490d0bf1b5ed51c4916e5c977d3ac11cc313ab7 100644 (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--;
                                }
                        }