Keep a not of original encoding in certificate requests.
[openssl.git] / ssl / ssl_lib.c
index 5fd93ecd489d4506c85a16cde9174a229ca2b9be..1483fad19a5214930cd58f57d05c1fe6817bc0f4 100644 (file)
@@ -1846,8 +1846,6 @@ int ssl_init_wbio_buffer(SSL *s,int push)
 
 void ssl_free_wbio_buffer(SSL *s)
        {
 
 void ssl_free_wbio_buffer(SSL *s)
        {
-       BIO *under;
-
        if (s->bbio == NULL) return;
 
        if (s->bbio == s->wbio)
        if (s->bbio == NULL) return;
 
        if (s->bbio == s->wbio)