Allow TLSv1.3 EC certs to use compressed points
[openssl.git] / ssl / ssl_lib.c
index b1d78dc35ef35faaa30a862b53b048a3fca0a850..1e24f8446dcc161160405362ff9bcf084162aba3 100644 (file)
@@ -3844,8 +3844,6 @@ int ssl_free_wbio_buffer(SSL *s)
         return 1;
 
     s->wbio = BIO_pop(s->wbio);
-    if (!ossl_assert(s->wbio != NULL))
-        return 0;
     BIO_free(s->bbio);
     s->bbio = NULL;