Live code cleanup; #if 1 removal
[openssl.git] / ssl / ssl_lib.c
index bcb6be133a755d63a4dee50a4a13786639cf1c59..4289fb9581ae0bbb50c0fa47a4a4d59ad4a7339d 100644 (file)
@@ -245,7 +245,6 @@ int SSL_clear(SSL *s)
 
     s->first_packet = 0;
 
-#if 1
     /*
      * Check to see if we were changed into a different method, if so, revert
      * back if we are not doing session-id reuse.
@@ -257,7 +256,6 @@ int SSL_clear(SSL *s)
         if (!s->method->ssl_new(s))
             return (0);
     } else
-#endif
         s->method->ssl_clear(s);
     return (1);
 }