Live code cleanup; #if 1 removal
A few minor cleanups to remove pre-processor "#if 1" stuff. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user